Build with the Snappy Digits API
A simple REST API for buying virtual phone numbers, SMS verification numbers, and social media accounts. Designed for resellers, custom storefronts, and automation workflows.
https://snappydigits.com/api/v1What you can build
Social accounts
List available account types (Instagram, TikTok, Facebook, Google Voice, Discord…), place orders, and receive credentials instantly via the API or webhook.
SMM boost services
Order followers, likes, views, and more for Instagram, TikTok, YouTube, Twitter/X, and 20+ platforms. Priced per 1,000 with configurable min/max quantities.
SMS verification numbers
Buy virtual phone numbers across 3 independent number servers, 120+ countries, 500+ services. Poll for the SMS code or receive it via webhook.
Webhook notifications
Register a webhook URL and get a POST request the moment an order is delivered. No polling required for account orders.
Balance & billing
Check your account balance programmatically. Top up from the dashboard. All API purchases deduct from the same balance.
Quick start
Five requests to get started: list account services, buy an account, list SMM services, place a boost order, buy a number.
# List available account services
curl https://snappydigits.com/api/v1/services \
-H "Authorization: Bearer sd_live_your_key"
# Buy an account
curl -X POST https://snappydigits.com/api/v1/orders \
-H "Authorization: Bearer sd_live_your_key" \
-H "Content-Type: application/json" \
-d '{"serviceId": "<id from /services>", "quantity": 1}'
# List SMM boost services
curl https://snappydigits.com/api/v1/smm/services \
-H "Authorization: Bearer sd_live_your_key"
# Place an SMM boost order (1000 followers for a link)
curl -X POST https://snappydigits.com/api/v1/smm/orders \
-H "Authorization: Bearer sd_live_your_key" \
-H "Content-Type: application/json" \
-d '{"serviceId": "<id from /smm/services>", "link": "https://instagram.com/yourpage", "quantity": 1000}'
# Buy a virtual number (Server 1, US WhatsApp)
curl -X POST https://snappydigits.com/api/v1/numbers/orders \
-H "Authorization: Bearer sd_live_your_key" \
-H "Content-Type: application/json" \
-d '{"server": 1, "country": "usa", "service": "wa"}'Get started in 4 steps
01
Create an account
Sign up for free with no upfront payment required.
02
Top up your balance
Add funds from the dashboard via any supported payment method.
03
Generate an API key
Go to API Access → generate a key. Keep it secret like a password.
04
Start building
Call /api/v1/services, place an order, and receive credentials within seconds.
Start building today
Sign up free, generate an API key, and make your first call in under five minutes.