cURL
curl --request GET \ --url https://www.citedy.com/api/agent/tools/brand-scan/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "processing", "brand_name": "<string>", "credits_charged": 1, "overall_score": 50, "results": [ { "llmId": "chatgpt", "mentioned": true, "sentiment": "positive", "confidence": 123, "snippet": "<string>", "error": "<string>" } ], "recommendations": [ "<string>" ], "warnings": [ "<string>" ], "error": "<string>" }
Bearer citedy_agent_* key
Scan status
processing
completed
failed
x >= 0
0 <= x <= 100
Show child attributes