Overview
The Dilli Studio API is a RESTful JSON API. All requests require an API key sent via theX-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 theX-Api-Key header:
Using the API Playground
- Every endpoint page now includes an interactive API Playground driven by the OpenAPI spec.
- The base URL and
X-Api-Keyheader are prefilled; add path parameters, query strings, or a JSON body, then click Send. - Toggle the example defaults to
Requiredto 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.

