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/tasks
POST/api/v1/tasks
PATCH/api/v1/tasks/:id
DELETE/api/v1/tasks/:id
GET/api/v1/projects
GET/api/v1/contacts

Quick Start

curl -X GET \
  https://api.demond.app/v1/tasks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"