Using the API
Authorization
Getting Started
API requests to htmldocs require an API key which can be obtained from the API tokens section in the Dashboard.
API keys are scoped to your team. Each API key provides access only to documents and resources owned by that team.
Headers
API keys should be included in the Authorization
header of your requests using the Bearer token format:
Content Type
All requests should set the Content-Type
header to application/json
.