APIDocs
VerifoxVerifoxAPI

Base URLapi.verifox.ai

AuthX-API-Key

Versionv1

v122 endpoints

API Reference

Verify single emails, run bulk jobs, find professional emails by name, embed the FoxGuard widget on any form, and manage your API keys and credits.

Authentication

All REST endpoints require an API key via the X-API-Key header. Create keys in your dashboard.

Key Scopes

fullAll endpointsverifyEmail verification onlyread-onlyGET requests only
FoxGuard WidgetNo Auth

Protect any email input with one script tag. No API key required for the free public tier — 4 verifications per day per device.

Quickstart

Verify your first email in seconds.

curl -X GET "https://api.verifox.ai/v1/email-validation/john@example.com" \
  -H "X-API-Key: vfx_your_api_key"
200 OK
{
  "email": "john@example.com",
  "domain": "example.com",
  "isValid": true,
  "reachable": "safe",
  "syntax": true,
  "smtp": {
    "deliverable": true,
    "catchAll": false,
    "hostExists": true
  },
  "isFree": false,
  "isRole": false,
  "isDisposable": false,
  "hasGravatar": true,
  "suggestion": null,
  "verifiedAt": "2026-03-31T10:30:00Z"
}

Endpoints

5 modules · 22 endpoints

Error Codes

All errors return { error: string }

200

OK

Request completed

201

Created

Resource created

202

Accepted

Job started — poll for results

400

Bad Request

Check your request parameters

401

Unauthorized

Invalid or missing API key

402

Payment Required

Insufficient Fox Credits

404

Not Found

Resource doesn't exist

429

Rate Limited

Slow down — wait before retrying

500

Server Error

Retry after a short delay

503

Unavailable

Database unavailable — retry