Amounts in prompts: Natural language can include $ or plain numbers; in structured JSON bodies (e.g. payments), send numeric amounts without currency symbols unless an endpoint documents otherwise.
Dates: Be explicit in prompts; structured bodies use YYYY-MM-DD where required.
Contacts: Include names, emails, or phone numbers when relevant.
Bank upload: POST /bank-transactions/uploadrequiresprompt — describe or paste lines clearly. Optional attachments carry statement files.
process_type: Use async for background processing (default on most AI creates) or direct when you need the result in the same HTTP response — see Concepts.