Skip to main content
POST
/
agent
/
threads
Create agent thread
curl --request POST \
  --url http://localhost:3000/api/openapi/agent/threads \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "aiProviderId": "<string>",
  "sourceResumeId": "<string>"
}
'
"<unknown>"

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Body

application/json
aiProviderId
string
sourceResumeId
string

Response

200 - application/json

OK

The response is of type any.