cURL
curl --request POST \ --url https://api.example.com/api/intelligence/v1/deduct-situation \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "geoContext": "<string>" } '
{ "analysis": "<string>", "model": "<string>", "provider": "<string>" }
DeductSituation performs AI-powered situational analysis and deduction.
Successful response
Was this page helpful?