API Overview
Authentication
The Doctly API uses API keys to authenticate requests. You can obtain an API key by signing up for a Doctly account at doctly.ai.
API Key Authentication
All API requests must include your API key in the Authorization header:
Replace YOUR_API_KEY
with your actual API key.
Keep your API keys secure and never share them in publicly accessible places such as GitHub repositories.