Create Thread

Create a new thread for conversation.

This endpoint creates a new thread and returns the thread_id of the newly created thread. Threads are used for organizing conversations and can be used to send messages and receive responses.

Authentication

AuthorizationBearer
OAuth2 access token obtained via token exchange.

Request

This endpoint expects an object.
thread_namestringRequired
The name of the newly created thread

Response

Successful Response
thread_idstring

Errors