Chat with transactions

Interact with transactions using natural language

Authentication

AuthorizationBearer

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
The response content
parsedobject
Parsed response data if available

Errors

400
Bad Request Error
500
Internal Server Error