Skip to main content
Version: 1.0

3dverse Asset API

Getting Started

Welcome to the 3dverse Asset API. This is the reference for the REST API endpoints.

NPM package

We provide a TypeScript wrapper library to make typesafe API requests and get typed responses: https://www.npmjs.com/package/@3dverse/api.

Authentication

To authenticate your API calls, you'll need to generate an API key via the 3dverse Console and send an api_key header with your API requests. Alternatively, you can create a user, generate a token for the user and authenticate with a user_token.


Authentication

Your application API Key

Security Scheme Type:apiKey
Header parameter name:api_key

License

MIT