Network Online

SMS verification for
AI agents.

Your AI agent calls one endpoint and gets a verified phone number.
No browser. No human. No delays.

Get Started Telegram Bots
telenumerus-agent.sh
# One-call verification — agent handles everything curl -X POST /api/v1/verify \ -H "Authorization: Bearer your_key" \ -d '{"platform": "instagram"}' # Response in ~12 seconds: { "code": "847291", "phone": "+12025551234" }
33+
Platforms
$0.10
Starting Price
4
Providers
12s
Avg Delivery

Agent-First Architecture

Built for autonomous machines.

Every endpoint, every format, every protocol — designed so your AI agent can discover, integrate, and operate without human intervention.

Auto-Discoverable

OpenAPI 3.0

Machine-readable spec at >/openapi.json. Your agent parses endpoints, params, and auth in one fetch.

View spec

GPT / Claude / Gemini

LLM Context

/llms.txt provides natural language instructions optimized for LLM context windows.

Read llms.txt

Zero Schema Needed

Natural Language

POST /agent accepts plain English. "Get me a US number for Google" — and it works.

Try it

Plug & Play

MCP Plugin

AI Plugin manifest at /.well-known/ai-plugin.json. Drop-in for any MCP-compatible agent.

View manifest

Integration

Three calls. Fully autonomous.

01

Register

One API call. No signup form, no email. Returns an API key and crypto deposit address instantly.

02

Fund & Order

Your agent deposits crypto and calls POST /verify with a platform name. Smart routing handles the rest.

03

Receive Code

Code delivered via webhook or polling. Average 12 seconds. Auto-refund if no code arrives.

Step 1 — GET /api/v1/services
{
  "service": "Telenumerus",
  "services": [
    { "platform": "instagram", "price": 0.25 },
    { "platform": "whatsapp", "price": 0.28 }
  ]
}
Step 2 — POST /api/v1/order
{ "api_key": "your_key", "platform": "instagram" }

// Response:
{
  "order_id": "abc-123-def",
  "phone": "+12025551234",
  "price": 0.25
}
Step 3 — GET /api/v1/order/{id}
{
  "status": "completed",
  "code": "847291",
  "phone": "+12025551234"
}
Live Data

SMS Pricing.

Real-time rates. Loyalty tiers: Silver 5% | Gold 10% | VIP 15%.

Loading live prices...

Try It Live

See the API in action.

Real endpoints. Real data. No signup required.

GET /api/v1/services
Connecting
Sending
Receiving
Complete
Response will appear here after you send a request.
200 OK 0 items · 0ms

Instant Access

Telegram Bots.

No code required. Message a bot, verify instantly.

Crypto payments.

No friction. No chargebacks. Instant deposits.

Bitcoin
L
Litecoin
USDT
M
Monero

Guarantees

Engineered for reliability.

100%

Auto-Refund

No code delivered? Full automatic refund. No disputes, no tickets — your bot never stalls.

12s

Avg Delivery

Smart routing across 4 providers finds the fastest path. Under 15 seconds on average.

Zero

Data Collected

No email, no name, no forms. Deposit crypto, get a number, move on. Numbers recycled after use.

Questions? Answers.

Average delivery is 12 seconds across all platforms. Our smart router selects the fastest available provider in real-time. Use POST /verify for a single call that returns only when the code arrives.

Automatic full refund. The system detects failed deliveries and credits your balance instantly. No tickets, no disputes. You can also cancel active orders via the API or Telegram.

No enforced minimum. Any crypto deposit is credited. With prices starting at $0.10, even small amounts go a long way. We accept BTC, LTC, USDT (TRC-20), and XMR.

No signup form. Call POST /register to get an API key and deposit address instantly. No email, no password. Or skip the API entirely and use Telegram bots.

Yes — designed for autonomous AI agents. OpenAPI 3.0 spec, /llms.txt context guide, natural language endpoint (POST /agent) that accepts plain English, and MCP plugin support.

Automatic tier progression. Silver (20+ orders): 5% off. Gold (50+): 10% off. VIP (100+): 15% off. Discounts apply automatically to all future orders.

Yes. The service is for legitimate verification use cases only. Accounts violating the AUP may be suspended. Telegram bots require explicit ToS acceptance; API users agree by using the service.

Phone verification in
three lines of code.

OpenAPI 3.0. Natural language endpoint. MCP-ready. Your agent registers, funds, and verifies — autonomously.