voidly

Make a request.

Interactive

Choose an endpoint, set its parameters and inspect the actual response.

  1. Endpoint + parameters
  2. Explicit request
  3. Response + cURL

Endpoint

Check if a domain is blocked in a country

/hydra/v1/detect

Parameters

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.