Authentication
Dino Geometry Open Platform APIs use Bearer API Key authentication.
Getting an API Key
- Go to the Console
- Create an application
- Open the application details page and create an API Key

Usage
Include the key in every request header:
http
Authorization: Bearer djo_xxxCommon errors
| Status | Cause |
|---|---|
401 | Invalid API key |