Chat with transactions

Interact with transactions using natural language

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity to chat about transactions for
promptstringRequired
The natural language prompt
historystringOptional
JSON string of conversation history
contextDatastringOptional
JSON string of additional context data
customPromptstringOptional
Custom prompt to use instead of the main prompt
streamstringOptionalDefaults to true
Whether to stream the response

Response

Chat response
contentstring or null
The response content
parsedobject or null
Parsed response data if available

Errors