API Reference #
Bulk Operations & Files #
POST /verifApiFile #
Description: Verify a file of email addresses.
Parameters #
Name | Type | Description |
---|---|---|
secret | string | API key |
file | multipart/form-data | Email list file |
Responses #
Status | Body |
---|---|
200 OK |
|
401 Unauthorized |
|
402 Payment Required |
|
POST /bulk #
Description: Upload a bulk file for processing.
Parameters #
Name | Type | Description |
---|---|---|
secret | string | API key |
file | multipart/form-data | File to upload |
Responses #
Status | Body |
---|---|
200 OK |
|
401 Unauthorized |
|
402 Payment Required |
|
GET /file #
Description: Download a processed file.
Parameters #
Name | Type | Description |
---|---|---|
secret | string | API key |
id | string | File ID |
type | string | File type |
Responses #
Status | Body |
---|---|
200 OK |
|
401 Unauthorized |
|
404 Not Found |
|
GET /fileOld #
Description: Legacy endpoint for downloading processed files.
Parameters #
Name | Type | Description |
---|---|---|
secret | string | API key |
id | string | File ID |
type | string | File type |
Responses #
Status | Body |
---|---|
200 OK |
|
400 Bad Request |
|
401 Unauthorized |
|
404 Not Found |
|
Bulk Operations section formatting complete and styled consistently.
Status Codes #
The following status codes may be returned by the API:
Code | Description | Common Endpoints |
---|---|---|
200 | Success | All endpoints |
400 | Missing/invalid parameters | All endpoints |
401 | Invalid API key | Authenticated endpoints |
402 | Insufficient credit | Email verification endpoints |
404 | Resource not found | /file , /fileOld |