Creates a new conversation linked to your app’s AI agent. Optionally associate an external user ID for tracking and set a custom title.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the app.
Your application's unique identifier for the user. When provided, conversations are linked to this user for retrieval via the list user conversations endpoint.
A custom title for the conversation. If not provided, the system will auto-generate a title after the first exchange.
OK
Unique identifier for the conversation.
Unix timestamp (in seconds) of when the conversation was created.
The object type. Always 'conversation'.
The external user identifier associated with this conversation, if one was provided at creation.
The custom title set for this conversation, if any.
AI-generated conversation title in supported locales. Keys are locale codes (e.g. 'en-ca', 'fr-ca').
{
"en-ca": "<generated title in English>",
"fr-ca": "<generated title in French>"
}