Skip to content

Full Examples

Copy and run these cURL examples — replace zn_live_xxxxxxxxxxxx and parameters.

Terminal window
curl -X GET "https://app.zelnum.com/api/v1/balance" \
-H "X-API-Key: zn_live_xxxxxxxxxxxx"
Terminal window
curl -X POST "https://app.zelnum.com/api/v1/detect" \
-H "X-API-Key: zn_live_xxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"product": "YOUR_PRODUCT_SLUG",
"country": "CN",
"phones": ["+8613800138000", "+8613900139000"]
}'
Terminal window
curl -X POST "https://app.zelnum.com/api/v1/detect/file" \
-H "X-API-Key: zn_live_xxxxxxxxxxxx" \
-F "product=YOUR_PRODUCT_SLUG" \
-F "country=CN" \
-F "file=@/path/to/numbers.txt"
Terminal window
curl -X GET "https://app.zelnum.com/api/v1/tasks/xKj9aP3qLm7v" \
-H "X-API-Key: zn_live_xxxxxxxxxxxx"
Terminal window
curl -X GET "https://app.zelnum.com/api/v1/tasks/xKj9aP3qLm7v/result" \
-H "X-API-Key: zn_live_xxxxxxxxxxxx"