Skip to content

eKYCPro API - Phone Number Verification & Validation Service

Welcome to eKYCPro API — the leading phone number verification and validation service for developers and businesses worldwide.

What is eKYCPro?

eKYCPro provides advanced phone number verification APIs that help you validate and verify phone numbers across 20+ platforms in bulk. Whether you need to verify WhatsApp registrations, detect social media accounts, check cryptocurrency exchange users, or query phone carrier information, eKYCPro has you covered.

Typical use cases:

  • Marketing list cleaning — remove inactive numbers before sending campaigns
  • Fraud prevention — verify user-provided phone numbers on registration
  • CRM enrichment — identify which platforms your contacts use
  • Crypto exchange KYC — cross-check user phone numbers against exchange registrations

Quick Start

1. Get your API Key

Sign up at ekycpro.com and retrieve your API key from the dashboard.

2. Submit a batch task

Upload a .txt or .csv file with one phone number per line (E.164 format, e.g. +8613800138000):

curl --location 'https://api.ekycpro.com/v1/tasks' \
--header 'X-API-Key: YOUR_API_KEY' \
--form 'file=@"./numbers.txt"' \
--form 'task_type="ws"'

3. Poll for results

curl --location 'https://api.ekycpro.com/v1/gettasks' \
--header 'X-API-Key: YOUR_API_KEY' \
--form 'task_id="TASK_ID_FROM_STEP_2"'

When status becomes exported, download the result file from result_url.


API Overview

ItemDetails
Base URLhttps://api.ekycpro.com
AuthenticationX-API-Key header
Submit taskPOST /v1/tasks (multipart/form-data)
Query statusPOST /v1/gettasks (form-data)
Check balanceGET /v1/balance
File format.txt or .csv, one entry per line
Max batch size1,000,000 entries per task

Authentication

All requests require your API key passed in the request header:

X-API-Key: YOUR_API_KEY

Task Status

StatusMeaning
pendingTask queued, waiting to start
processingTask is being processed
exportedResults ready, download from result_url

API Reference

Product order and grouping follow the NumberChecker.AI navigation: platforms & email (mixed), cryptocurrency exchange (including MEXC email), then carrier filter.

Platforms & email

Phone-number tasks and email tasks are listed in the same sequence as the marketing site (Telegram → WhatsApp → … → Netflix / Spotify email).

Telegram

APItask_typeDescription
Telegram CheckertgTelegram account registration check
Telegram Days Checkertg_activeTelegram last online days
Telegram Age & Gender Checkertg_avatarTelegram avatar, age, gender analysis

WhatsApp

APItask_typeDescription
WhatsApp CheckerwsBulk WhatsApp registration check
WhatsApp Days Checkerws_activeLast online days, business status, signature
Whatsapp Age & Gender Checkerws_avatarAvatar, age, gender, skin color analysis
Phone Number ValidationphoneCheckBulk format / validity / numbering checks

More platforms & email

APItask_typeDescription
Facebook CheckerfacebookFacebook account verification
Facebook Email Checkerfacebook_emailFacebook account check by email
Apple CheckerappleApple account check by phone number
Apple Email Checkerapple_emailApple account check by email
iMessage CheckerimessageiMessage (Apple) activation check
Rcs CheckerrcsRCS (Rich Communication Services) support check
Instagram CheckerinstagramInstagram account verification
Instagram Email Checkerinstagram_emailInstagram account check by email
Amazon CheckeramazonAmazon account check by phone number
Amazon Email Checkeramazon_emailAmazon account check by email
Twitter CheckertwitterTwitter account verification
Line CheckerlineLine account registration check
Microsoft CheckermicrosoftMicrosoft account check by phone number
Band CheckerbandBand account registration check
DHL CheckerdhlDHL-linked phone number check
Viber CheckerviberViber account registration check
Viber Days Checkerviber_activeViber last online days
Viber Age & Gender Checkerviber_seniorViber avatar, age, gender analysis
Zalo CheckerzaloZalo account registration check
Netflix Email CheckernetflixNetflix account check by email
Spotify Email Checkerspotify_emailSpotify account check by email

Cryptocurrency Exchange Detection

Exchange phone checks, then Binance email, then other exchanges; MEXC email is grouped here like the site header.

APItask_typeDescription
Binance CheckerBinanceBinance registered account check
Binance Email Checkerbinance_emailBinance account check by email
Kucoin CheckerKucoinKuCoin registered account check
CoinW CheckercoinWCoinW registered account check
Htx CheckerhtxHTX (Huobi) registered account check
Mexc CheckermexcMEXC registered account check
Mexc Email Checkermexc_emailMEXC account check by email

Carrier Detection

Identify phone number carriers and regional information.

APItask_typeDescription
Carrier DetectionPhone number carrier, region, type lookup

Account Management

Manage your eKYCPro account and monitor usage.

APIMethodDescription
Balance Query APIGET /v1/balanceQuery available account balance