{
"type": "bulk_create",
"emails": [
"a@example.com",
"b@example.com"
],
"task_name": "postman batch"
}curl --location 'https://app.trade-wind.co/api/email/verify' \
--header 'Authorization: Bearer tw_live_9d991654520ba5bb1b100db5d0d0f62193b887436cb20e4a35b217312ed18626' \
--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)."
}
}
}