Skip to main content

Overview

The Dilli Studio API is a RESTful JSON API. All requests require an API key sent via the X-Api-Key header. Keys are tenant-scoped and can be managed in the app under Settings → API Keys.
  • Base URL: https://app.dilli.studio/api/v1

Authentication

Send your API key in the X-Api-Key header:
GET /api/v1/contacts HTTP/1.1
Host: app.dilli.studio
X-Api-Key: YOUR_API_KEY

Using the API Playground

  • Every endpoint page now includes an interactive API Playground driven by the OpenAPI spec.
  • The base URL and X-Api-Key header are prefilled; add path parameters, query strings, or a JSON body, then click Send.
  • Toggle the example defaults to Required to quickly see the minimum payloads for a request.
  • Requests run through the Mintlify proxy by default; disable it if you need direct connectivity from the browser.

OpenAPI

Use the OpenAPI spec to explore and generate clients: /openapi/dilli.openapi.yaml