cURL
curl --request POST \ --url https://openagents.com/api/autopilots/{autopilot}/threads \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "New autopilot conversation" } '
{ "data": { "autopilotId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "id": "<string>", "title": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Create a new thread for an autopilot.
200
"New autopilot conversation"
Autopilot thread payload
Show child attributes