type: "bulk_create";必填 emails[]。可选 task_name、webhook_url。返回 task_id → 变量 emailTaskId。{
"type": "bulk_create",
"emails": [
"a@example.com",
"b@example.com"
],
"task_name": "postman batch"
}curl --location --request POST '/api/email/verify' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "bulk_create",
"emails": [
"a@example.com",
"b@example.com"
],
"task_name": "postman batch"
}'{
"success": true,
"request_id": "req_LSOanvBN53c",
"type": "bulk_create",
"task_id": "cmnzwtsjc00bs14dgb52nwllo",
"reoon_task_id": "5465181",
"status": "pending",
"meta": {
"billing": {
"credits_charged": 0,
"byok_used": false,
"note": "Credits charged when bulk completes (0.1 per email)."
}
}
}