Web Search API is now available. AI agents and internal services can now perform web search, retrieve page content, and run cited research through a single Telnyx-owned API, authenticated with their existing Telnyx API key. No separate search provider account, no second API key to manage. $5 per 1,000 calls, billed through your existing Telnyx account.
POST /v1/web_search): Real-time web search returning structured results with title, URL, description, and snippets. Supports count (1-100), country, safesearch, freshness, domain include/exclude filters, and livecrawl mode.POST /v1/contents): Fetch clean HTML or Markdown from up to 20 URLs per call. Returns page title, HTML, Markdown, and metadata. Configurable crawl timeout and max-age cache control.POST /v1/research): Deep research with cited answers. Runs multiple searches, reads sources, and synthesizes a response with inline citations. Three effort levels: lite, standard, deep. Supports background mode for long-running tasks with async polling via GET /v1/research/:task_id.Bearer token you already use for Voice, Messaging, and Inference. No new credential to provision or rotate.| Operation | Cost |
|---|---|
| Web search | $5 / 1,000 calls |
| Content retrieval | $5 / 1,000 calls |
| Deep research | $5 / 1,000 calls |
| Billed through | Existing Telnyx account |
/v1/research mid-conversation and return a cited answer without leaving the Telnyx platform./v1/contents for competitive intelligence, pricing monitoring, or content audits without scraping infrastructure of their own.Authorization: Bearer <your-key>:"background": true and poll GET /v1/research/:task_id until status is completed.Learn more in the Web Search docs or on the product page.