API Reference
List conversations
Returns a paginated list of conversation records for the authenticated dealer. Supports filtering by dealership, channel, free-text query, and creation date range, and can optionally include an AI-generated summary for each conversation.
Authorization
basic AuthorizationBasic <token>
Basic Authorization header
In: header
Query Parameters
limit?integer
Default
12Format
int32includeSummary?boolean
Default
falsedealerIds?string
channel?string
query?string
createdFrom?string
Format
date-timecreatedTo?string
Format
date-timeResponse Body
application/json
application/json
curl -X GET "https://api.dealerai.com/api/v1/assistant-data/conversations"Empty
{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}Process ADF Lead
Parses an ADF (Auto/Lead Data Format) XML document, extracts customer information, creates or updates the contact, and initiates outbound engagement. The message is queued for asynchronous delivery.
List leads
Returns a paginated list of leads captured by the assistant. Supports filtering by dealership, lead type, channel, free-text query, and creation date range, with an optional AI-generated summary per lead.