API Reference
Build on top of Demond
A full-featured REST API to integrate Demond with your own tools and workflows.
API Keys
Authenticate with secure API keys generated from your workspace settings.
REST & Webhooks
Standard REST API with optional webhook support for real-time events.
Rate Limits
1,000 requests/min on Pro, 10,000/min on Enterprise plans.
SDKs
Official JavaScript/TypeScript SDK. Community SDKs for Python and Go.
Core Endpoints
GET
/api/v1/tasksPOST
/api/v1/tasksPATCH
/api/v1/tasks/:idDELETE
/api/v1/tasks/:idGET
/api/v1/projectsGET
/api/v1/contactsQuick Start
curl -X GET \ https://api.demond.app/v1/tasks \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"