curl --location -g --request PUT 'https://localhost/api/v1/threads/?workspace_uuid={{workspace_uuid}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"with": "string",
"agent_uuid": "b1ba4703-0045-42b3-9a30-6f2f7c1d428b",
"metadata": {
"model": "string",
"property1": "string",
"property2": "string"
}
}'{
"data": {
"uuid": "ccc3c5fe-a14b-4a18-aff9-db565a66805a",
"name": "Fredrick Herzog",
"created_at": "2025-06-18T11:07:53.865Z",
"updated_at": "2024-09-04",
"metadata": {
"model": "gpt-3.5-turbo",
"temperature": null,
"max_tokens": null,
"system_prompt": null,
"conversation_style": "formal"
},
"creator": null,
"agent": null,
"attachments": null
}
}