cURL
curl --request POST \ --url https://www.citedy.com/api/agent/scan \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "mode": "fast", "limit": 10 } '
{ "success": true, "mode": "fast", "query": "<string>", "results": [ { "title": "<string>", "summary": "<string>", "url": "<string>", "source": "x", "relevance": 0.5 } ], "cost": 123, "warnings": [ "<string>" ] }
Search X/Twitter, web, and HackerNews for trending content. Credit cost: fast=2, deep=4, ultra=6.
Bearer citedy_agent_* key
1 - 500
fast
deep
ultra
1 <= x <= 30
Scan results
Show child attributes