Skip to content
POST /analyze

Submit a domain for operator attribution analysis. Returns a job ID for polling results.

Loading...

Next step: After submitting, poll GET /jobs/{id} with the returned job_id to get results.

Sandbox Domains

Use these special domains for CI/CD testing. They return fixed, predictable responses without running collectors or consuming quota.

Domain Behavior
test-corp.whoisgeni.us Returns high confidence (0.95) result with entity "Test Corporation"
test-unknown.whoisgeni.us Returns low confidence (0.25) result with no clear entity

Test domain queries are free and do not count against your monthly quota.

Example

curl -X POST https://api.whoisgeni.us/analyze \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{\"domain\": \"test-corp.whoisgeni.us\"}'