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

contentstringOptional

The response content

parsedobjectOptional

Parsed response data if available

Errors