Chat with transactions
Interact with transactions using natural language
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
entityId
The ID of the entity to chat about transactions for
prompt
The natural language prompt
history
JSON string of conversation history
contextData
JSON string of additional context data
customPrompt
Custom prompt to use instead of the main prompt
stream
Whether to stream the response
Response
Chat response
content
The response content
parsed
Parsed response data if available