{
  "schema_version": "v1",
  "name_for_human": "Telenumerus",
  "name_for_model": "telenumerus",
  "logo_url": "https://telenumerus.com/logo.png",
  "contact_email": "support@telenumerus.com",
  "description_for_human": "Telenumerus -- Get phone numbers for SMS verification. 33 platforms. Instant delivery. Webhook push. From $0.10.",
  "description_for_model": "Telenumerus SMS verification API. Self-service registration (no human needed), webhook push delivery, and phone numbers for verifying accounts on 33 platforms including Google, WhatsApp, Instagram, Telegram, Discord, TikTok, Facebook, Twitter, and more. Recommended workflow: 1) POST /api/v1/register to get an API key, 2) POST /api/v1/verify with platform name for one-shot order+wait+code (simplest), OR POST /api/v1/order then poll GET /api/v1/order/{id} or use SSE stream at GET /api/v1/order/{id}/stream. Additional: POST /api/v1/agent for natural language ordering ('I need a Google number for UK'), POST /api/v1/batch for bulk orders (up to 20), GET /api/v1/availability to check success rates before ordering, PUT /api/v1/webhook for push notifications. Auth: Bearer token or X-API-Key header. Automatic refunds on failure. Loyalty tiers: Silver 5%, Gold 10%, VIP 15% off.",
  "api": {
    "type": "openapi",
    "url": "https://telenumerus.com/openapi.json"
  },
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "legal_info_url": "https://telenumerus.com/docs"
}
