Conversations

Create conversation from text

Create a new conversation from text content. The text is processed through the full AI pipeline: discard detection, structured generation, action item extraction, memory extraction, app integration, and webhooks.

post/v1/dev/user/conversations

Request body

textstring required

The conversation text/transcript.

text_source'audio_transcript' | 'message' | 'other_text'

Source type.

text_source_specstring

Additional source info (e.g. email, slack, whatsapp).

started_atstring date-time

When conversation started (defaults to now).

finished_atstring date-time

When conversation finished.

languagestring

Language code.

Response

Conversation created.

idstring

Conversation ID.

statusstring

Processing status.

discardedboolean

Whether the conversation was discarded.

Changes