API Documentation
Seamlessly integrate your product with Qonic to maximise your workflows. Use the Qonic API to read and write data from and to models in Qonic. Supported resources include models, products and their attributes, materials, spatial locations, codifications, types, custom properties, operations (async jobs), and real-time viewer interaction.
Base URL
https://api.qonic.com
All paths are prefixed with /v1/ (e.g., https://api.qonic.com/v1/projects).
Each environment has its own host. Production is https://api.qonic.com; the
development sandbox is https://develop-api.qonic.com. The examples throughout
these docs use the host for the environment you are viewing — keep the
/v1/ prefix unchanged when targeting a different environment.
All requests require OAuth 2.0 authentication. See the Authentication guide to get started.
Getting started
To get started, register your application in the Qonic developer portal to obtain API credentials.
Then follow the Quickstart guide to make your first API request. The API uses version v1 — all endpoints are prefixed with /v1/.