Make a request.
InteractiveChoose an endpoint, set its parameters and inspect the actual response.
- Endpoint + parameters
- Explicit request
- Response + cURL
Endpoint
Check if a domain is blocked in a country
/hydra/v1/detectParameters
Response
Click "Send Request" to see results
Copy the cURL command
bash
curl -X POST "https://api.voidly.ai/hydra/v1/detect" \
-H "Content-Type: application/json" \
-H "X-API-Key: hydra_demo_key" \
-d '{ "country": "CN", "target": "google.com"}'About this view
Test the Voidly Atlas API in real-time. No signup required.