The CodivDocs API uses API keys for authentication. Include your key in the Authorization header.
Getting an API key
Go to Settings → API Keys in the dashboard
Click Create API Key
Copy the key — it's only shown once
Making requests
curl https://api.codivdocs.com/v1/projects \
-H "Authorization: Bearer sk_live_..."API key scopes
| Scope | Description |
projects:read | List and get projects |
projects:write | Create, update, delete projects |
pages:read | List and get pages |
pages:write | Create, update, delete pages |
deployments:read | List deployments |
deployments:trigger | Trigger manual deployments |
Rate limits
Free plan — 60 requests/minute
Pro plan — 600 requests/minute
Business plan — 6000 requests/minute
Rate limit headers are included in every response:
X-RateLimit-Limit: 600
X-RateLimit-Remaining: 599
X-RateLimit-Reset: 1680000000