POST
/v1/threadsThreads
Conversation containers for Assistants runs.
Request
- HTTP
- POST
- URL
- /v1/threads
- Auth
- api_key
Try it
curl https://api.fightclub.pro/v1/threads \
-H "Authorization: Bearer $FC_API_KEY" -d '{}'Parameters
| Name | Type | Description |
|---|---|---|
| messages | array | Initial messages. |
| metadata | object | Free-form metadata. |
Response fields
| Name | Type | Description |
|---|---|---|
| id | string | Thread ID (thread_*). |
Errors
- 401
invalid_api_key, Missing or revoked key.
See the full error reference.