Documentation
Star

APIVerve 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

The 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.
errornull, or a sentence naming what to fix.
dataThe payload. Only this key changes shape between endpoints.
GET/v1/emailvalidatorYour key, live
curl https://api.apiverve.com/v1/emailvalidator \
  -G --data-urlencode "email=hi@example.com" \
  -H "x-api-key: av_live_9f3c81d0e7b24a"
{
  "status": "ok",
  "error": null,
  "data": { "valid": true, "disposable": false }
}

Browse the docs

52 pages

API reference

Can’t find it? Search covers every page and every API. If the answer is not here, tell us and we will write it.