Authorizations
Bearer token with Platform JWT token or API Key.
Body
application/json
Content of the message, max length 4096 characters.
Response
Thread created.
curl --request POST \
  --url https://api.revong.com/api/v1/assistant/threads \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "content": "<string>"
}'Create a new thread.
curl --request POST \
  --url https://api.revong.com/api/v1/assistant/threads \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "content": "<string>"
}'Bearer token with Platform JWT token or API Key.
Content of the message, max length 4096 characters.
Thread created.