DealerAI
API Reference

/api/v1/assistant/threads/message

POST
/api/v1/assistant/threads/message
AuthorizationBasic <token>

Basic Authorization header

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.dealerai.com/api/v1/assistant/threads/message" \  -H "Content-Type: application/json" \  -d '{    "message": "string"  }'
{
  "thread_id": "string",
  "run_id": "string",
  "thread_status": "string",
  "run_status": "string",
  "run_outcome": "string",
  "run_outcome_code": "string"
}
{
  "message": "string",
  "details": null
}
{
  "message": "string",
  "details": null
}
{
  "message": "string",
  "details": null
}
{
  "message": "string",
  "details": null
}