API
The Dilli Studio API is a RESTful JSON API. All requests require an API key via theX-Api-Key header. API keys are tenant-scoped and can be created and revoked in the app under Settings → API Keys.
Base URL: https://app.dilli.studio/api/v1
Authentication
Send your API key in theX-Api-Key header:
OpenAPI
Use the OpenAPI spec to explore and generate clients:- OpenAPI (YAML): /openapi/dilli.openapi.yaml
Example (curl)
Resources
- Contacts: list, create, retrieve, update, delete
- Companies: list, create, retrieve, update, delete
- Products: list, create, retrieve, update, delete
- Deals: list (filter by
pipeline_id,deal_stage_id), create, retrieve, update, delete - Pipelines: list, create (with stages), retrieve, update (replace stages), delete
- Tickets: list, create, retrieve, update, delete, board data (
GET /tickets/board), reorder (POST /tickets/board/reorder) - Tasks: list, mine (
GET /tasks/mine?completed=false), members (GET /tasks/members), create, update, toggle, reorder, delete

