API (Immortal Only)
Build custom integrations with your Delphi using the REST API.
Getting started
2
Authenticate
curl https://api.delphi.ai/v3/conversation/[email protected] \
-H "x-api-key: YOUR_API_KEY"3
Start a conversation
curl -X POST https://api.delphi.ai/v3/conversation \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"user_email": "[email protected]"}'Authentication
Header
Value
Rate limits
Available endpoints
Last updated