cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/wikileaks/search \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "q": "<string>", "timeout": 300, "page": "<string>", "count": "10" } '
{ "title": "<unknown>", "url": "<unknown>", "excerpt": "<unknown>", "leak_type": "<unknown>" }
Search WikiLeaks documents by keyword with pagination support
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response