Doclio REST API
The Doclio API lets you integrate your construction project data with external tools, automate workflows, and build custom integrations.
What You Can Do
- Read and update project data programmatically
- Sync annotations with external issue trackers
- Pull drawing and annotation data into business intelligence tools
- Build custom dashboards and notifications
Base URL
https://ehwrcbosdvjbmtyunblm.supabase.co/functions/v1/api/v1
Authentication
All API requests require authentication via an API key passed in the x-api-key header:
x-api-key: doclio_your_key_here
Availability
API access is available on Business, Professional and Enterprise plans.
Rate Limits
API requests are rate-limited to 60 requests per minute per API key.
Response Format
All responses are returned in JSON format. Successful responses include a data field, while errors include an error field with details.