Conversations
Create a conversation
Field
Type
Required
Description
curl -X POST https://api.delphi.ai/v3/conversation \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"user_email": "user@example.com"}'{
"conversation_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"created_at": "2025-06-15T10:30:00.000Z",
"initial_message": "Hey! How can I help you today?"
}Stream a response
Field
Type
Required
Description
List conversations
Parameter
Type
Required
Description
Get conversation history
Field
Type
Description
Update conversation title
Parameter
Type
Description
Field
Type
Required
Description
Append a clone message
Parameter
Type
Description
Field
Type
Required
Description
Delete a conversation
Parameter
Type
Description
Last updated