1. Email Verificatioin
TradeWind AI API 2.0 Documentation
🇺🇸 English
  • 🇨🇳 简体中文
  • 🇺🇸 English
  • TradeWind AI API 2.0
    • Reference
      • (Agent) Country and Language Codes Reference (No authentication required)
      • (Waterfall) Retrieve Industry references
      • (Waterfall) Retrieve Technology technical references
    • Agentic Tasks
      • (Agent) Task Creation
      • (Agent) Task List
      • (Agent) Task Data
    • (Waterfall) Company Search
      • (Waterfall) Company Search
      • (Waterfall) Company Enrichment
    • (Waterfall) People Search
      • (Waterfall) Contact Search
      • (Waterfall) Contact Enrichment
    • Email Verificatioin
      • Batch Task Result Query (Email Verification)
        POST
    • Customs Record Search
      • (Customs) Country Reference
      • Retrieve customs data list
      • Retrieve list of customs companies
      • Retrieve a company's customs status
      • Retrieve customs company details
      • Retrieve customs company trade trends
      • Retrieve a company's customs import and export records
      • Retrieve customs trade partner records for a company
      • Retrieve customs HS code records for companies
      • Retrieve list of products purchased or supplied by a customs company
      • Retrieve trade regions for a customs company
      • Retrieve statistics for customs, companies, and trade ports
      • (Customs) Intelligent Mail Search (Legacy)
      • List of companies matching the company name
      • List of contacts matched to the company
      • Retrieve customs procurement trends
      • Retrieve global customs regional distribution map
      • Retrieve customs transactions for Chinese suppliers
      • Retrieve customs merchant transactions
      • Retrieve Customs Merchant Transactions (New)
    • Health
      • GET API liveness probe
    • Metrics
      • GET API Operational Metrics
  1. Email Verificatioin

Batch Task Result Query (Email Verification)

POST
{{baseUrl}}/api/email/verify
Last modified:2026-07-16 18:32:45
Retrieve batch email verification task results.

Request

Header Params

Body Params application/json

Example
{
  "type": "bulk_result",
  "task_id": "cmnzwtsjc00bs14dgb52nwllo"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff '{{baseUrl}}/api/email/verify' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
  "type": "bulk_result",
  "task_id": "cmnzwtsjc00bs14dgb52nwllo"
}'

Responses

🟢201已创建
application/json
Bodyapplication/json

Example
{
  "success": true,
  "request_id": "req_LSOanvBN53c",
  "type": "bulk_result",
  "task_id": "cmnzwtsjc00bs14dgb52nwllo",
  "reoon_task_id": "5465181",
  "status": "completed",
  "progress": {
    "total": 2,
    "checked": 2,
    "percentage": 100
  },
  "results": {
    "a@example.com": {
      "email": "a@example.com",
      "domain": "example.com",
      "status": "invalid",
      "username": "a",
      "mx_records": null,
      "is_disabled": null,
      "is_spamtrap": null,
      "is_catch_all": null,
      "is_disposable": true,
      "is_free_email": true,
      "overall_score": "0",
      "has_inbox_full": null,
      "is_deliverable": false,
      "is_role_account": false,
      "is_safe_to_send": false,
      "is_valid_syntax": true,
      "mx_accepts_mail": false,
      "can_connect_smtp": false
    },
    "b@example.com": {
      "email": "b@example.com",
      "domain": "example.com",
      "status": "invalid",
      "username": "b",
      "mx_records": null,
      "is_disabled": null,
      "is_spamtrap": null,
      "is_catch_all": null,
      "is_disposable": true,
      "is_free_email": true,
      "overall_score": "0",
      "has_inbox_full": null,
      "is_deliverable": false,
      "is_role_account": false,
      "is_safe_to_send": false,
      "is_valid_syntax": true,
      "mx_accepts_mail": false,
      "can_connect_smtp": false
    }
  },
  "meta": {
    "billing": {
      "credits_charged": 0.2
    }
  }
}
🟠400请求有误
🟠401未认证
🟠402需要付款
🟠403权限不足
🟠409冲突
🟠429请求过多
Modified at 2026-07-16 18:32:45
Previous
Email Verificatioin
Next
Customs Record Search
Built with