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).

Protected resource endpoints require OAuth 2.0 authentication. The public OAuth authorization and token endpoints establish that 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/.

Guides

Quickstart

Get all set up and ready to use the Qonic API

Read more

Authentication

How to authenticate your API requests.

Read more

Errors

Read about the different types of errors returned by the API.

Read more