API Documentation

Integrate Verifly email verification into your applications

Quick Start

1. Get API Key

Generate an API key from the API Keys page

2. Add Header
Authorization: Bearer vf_xxx
3. Make Requests

Call any endpoint below

Base URL
https://verifly.email/api/v1
Authentication

All requests require a Bearer token in the Authorization header:

Authorization: Bearer vf_your_api_key

Endpoints

File Processing

Process, save, and download email lists. Perfect for AI agent automation.

API Key Management

Manage your API keys programmatically. Create and revoke keys via API.

Account Management

View and update your account settings.

Billing & Credits

Purchase credits and view payment history programmatically.

Support Tickets

Create and manage support tickets via API.

Error Handling

400
Bad Request
Invalid email format or missing parameters
401
Unauthorized
Invalid or missing API key
402
Payment Required
Insufficient credits
429
Too Many Requests
Rate limit exceeded (160 req/sec)