htmldocs home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Using the API
Authorization
Documentation
API Reference
Slack
GitHub
Using the API
Authorization
API Documentation
POST
Generate Document
POST
Generate from HTML
On this page
Getting Started
Headers
Content Type
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:
Copy
Authorization: Bearer YOUR_API_KEY
Content Type
All requests should set the
Content-Type
header to
application/json
.
Generate Document
Assistant
Responses are generated using AI and may contain mistakes.