1 Use
$39
One clearance call, any single candidate name.
Programmatic six-lane clearance for AI agents and indie tooling. Prepaid bundles, Bearer-key auth, no accounts.
$39
One clearance call, any single candidate name.
$99
Five clearance calls. Spend them across names or batch them.
nv_live_…).# Submit one or more names (max 5 per request, ≤ uses_remaining)
curl -X POST https://nameverdict.com/api/clearance \
-H "Authorization: Bearer nv_live_..." \
-H "Content-Type: application/json" \
-d '{"names":["acme","rocket"],"niceClass":9,"productDescription":"open-source CLI tool"}'
# Response
# { "ok": true, "jobId": "abc123", "statusUrl": "https://nameverdict.com/api/clearance/abc123",
# "creditsRemaining": 3, "namesQueued": 2 }
# Poll until done
curl https://nameverdict.com/api/clearance/abc123 \
-H "Authorization: Bearer nv_live_..."
# {"status":"running", ...} → poll again in ~5s
# {"status":"done", "report": {...}, "reportUrl": "...", "creditsRemaining": 3}
# {"status":"failed", "error":"internal_error", "creditsRefunded": 2}