API (Immortal Only)
Build custom integrations with your Delphi using the REST API.
Getting started
2
Authentication
Header
Value
Rate limits
Available endpoints
Last updated
Build custom integrations with your Delphi using the REST API.
The Delphi API lets you integrate your Digital Mind directly into your own app, platform, or workflow. You have control to the full experience — create conversations, stream responses, manage tags, and track usage through simple HTTP requests.
Base URL: https://api.delphi.ai
Current version: v3
All endpoints require an API key passed in the x-api-key header. The key is scoped to a single clone — you can only interact with conversations and users belonging to that clone.
x-api-key
Your API key
120 requests per 60 seconds per API key
Rate limiting is applied across all endpoints
If you exceed the limit, you'll receive a 429 Too Many Requests response
Audience - Store and manage contextual information about users in your audience.
Conversations — Create conversations, stream responses, view history, and manage conversation lifecycle.
Clone - Retrieve your clone's public profile information.
Questions — Retrieve suggested questions configured for your clone.
Tags — Create tags and organize your audience.
Usage — Track consumption metrics and access tiers for your users.
Voice — Stream voice responses as real-time PCM audio.
Last updated