Threads
Create Threads
This API endpoint creates a Thread to contain Messages using the POST
method.
Body
None.
Response
Unique identifier for the thread.
Timestamp of when the thread was created.
Optional metadata associated with the thread.
The type of the object returned, which is "thread"
.
Information about any associated tool resources.
Authorization
A valid API key must be passed in the Authorization
header:
Generate your API key here.
Path Parameters
None.