cURL
curl --request POST \ --url https://api.scoutline.com/v1/chat/query \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "context": [ "<string>" ] } '
{ "answer": "<string>", "citations": [ "<string>" ] }
Submit natural language queries to the Scoutline Intelligence Canvas for real-time case structure analysis.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Canvas intelligence response
Was this page helpful?
Contact support