No, a web client platform like Postman cannot be used to make requests to the BioDigital Human Content API.
Unlike our Viewer API, which is a web client-based API, BioDigital's Content API is a RESTful server-side service, or a server-to-server API. This means that requests to the Content API's endpoints must be made from a running server, and any requests made from a browser or web client such as Postman will fail.
As described in our documentation, making authorized server-to-server requests to the Content API is a two-step process:
- Request a temporary access token.
- Use the access token to make your API requests to the desired content endpoint.
Select your preferred programming language below to download and run one of our demo apps, in which you'll see the steps involved in running a local server, requesting an access token, and requesting 3D models from My Library:
Comments
0 comments
Please sign in to leave a comment.