Skip to main content
POST
Create a chat thread

Authorizations

X-API-Key
string
header
required

An API key created from a signed-in session. See Authentication.

Body

application/json
recipe_id
string<uuid> | null

Recipe to attach the thread to

title
string | null

Thread title; generated from the first message if omitted

Response

The created thread

id
string<uuid>
read-only

Unique identifier

title
string | null

Chat title, generated from the first message

recipe_id
string<uuid> | null

Recipe this chat was started against

created_at
string<date-time>
read-only

ISO 8601 timestamp

updated_at
string<date-time>
read-only

ISO 8601 timestamp