Documentation
StarAPIVerve documentation
367 data and utility APIs behind one key, one request shape, and one response envelope. Start with the quickstart, or search for the endpoint you need.
Try
Start here
First time? Take the quickstart
Quickstart
Key, request, response. One working call, then the same pattern everywhere else.
4 min readAuthenticationHow keys work, where to put them, and how to rotate or scope one without downtime.
5 min readMaking requestsParameters, headers, batching, and the errors you should expect to handle.
6 min readThe contract
Holds on all 367 APIs
One request shape. One response envelope.
Learn it on any endpoint and it holds on every other. There is no per-API SDK, no OAuth flow, and no bespoke error format to special-case.
status
"ok" on success, "error" otherwise.error
null, or a sentence naming what to fix.dataThe payload. Only this key changes shape between endpoints.
curl https://api.apiverve.com/v1/emailvalidator \ -G --data-urlencode "[email protected]" \ -H "x-api-key: av_live_9f3c81d0e7b24a"
{
"status": "ok",
"error": null,
"data": { "valid": true, "disposable": false }
}Browse the docs
52 pages
Accounts
API reference
Every API, one page layout
Open the reference →Parameters, a live sample response, field-level types, and the credit cost per call.
Most read
Can’t find it? Search covers every page and every API. If the answer is not here, tell us and we will write it.