1. Assistants
  2. Create Thread for Assistant
POST
/assistants/{assistant_id}/threads
curl --request POST \
     --url https://app.backboard.io/api/assistants/{assistant_id}/threads \
     --header 'X-API-Key: <api-key>' \
     --header 'authorization: <authorization>' \
     --header 'x_session_token: <x_session_token>'

Create a new conversation thread for the specified assistant.

​
Authorizations

X-API-Key
required
string
API Key authentication

​
Query Parameters

assistant_id
required
string
authorization
x_session_token

​
Response

application/json
  • 200

  • 422

Successful Response

thread_id
required
string

Thread Id

created_at
required
string

Created At

metadata_
object | null

Metadata

title
string | null

Title

messages
array