Create API key
Open the app API Center and create a server-side key. The plaintext key is shown only once.
BulkChecker uses one task-based API for phone validation, carrier and HLR lookup, WhatsApp, Telegram, and account-signal workflows. Submit a product slug, poll the task, then download the result file.
https://api.bulkchecker.io/api/v1
X-API-Key: YOUR_API_KEYPOST /api/v1/detect or POST /api/v1/detect/file.Quick answer
BulkChecker API uses a task-based batch workflow: submit a job, poll status, and export results for phone, carrier, messaging, social, crypto exchange, and list-cleaning products.
The app documentation is the source of truth for product slugs, limits, response fields, and examples. The marketing site links users there instead of publishing stale product-specific endpoints.
Open the app API Center and create a server-side key. The plaintext key is shown only once.
Send a product slug, country code, and phone list to the unified detect endpoint.
Use the returned task ID to monitor pending, processing, completed, or failed status.
After completion, request the result download URL and import the CSV/TXT output into your workflow.
Use server-side API keys and keep credentials out of browsers, mobile apps, and public repositories. Replace the product slug with the one listed in the live app docs.
curl -X POST "https://api.bulkchecker.io/api/v1/detect" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"product": "phone-status-check",
"country": "US",
"phones": ["+14155552671", "+442071838750"]
}'
GET /api/v1/balance checks account balance.POST /api/v1/detect submits phone arrays.POST /api/v1/detect/file uploads CSV or TXT files.GET /api/v1/tasks/{task_id} checks progress.GET /api/v1/tasks/{task_id}/result returns the download URL.API results are verification and data quality signals. Coverage, confidence, and response fields can vary by country, product, source, and identifier quality. BulkChecker does not prove identity or replace legal, consent, or compliance review.
Use authorized data only. BulkChecker provides verification signals, not identity proof, legal approval, or permission to contact a person.
Open BulkChecker in your preferred AI assistant to review its bulk WhatsApp, Telegram, phone validation, carrier lookup, social account, crypto exchange, CSV upload, and API workflows.
The prompt points assistants to BulkChecker.io, live pricing, product pages, and API documentation.