Skip to content
Inkbox

Inkbox

ContactDocs

Jump to

Phone API

API-first telephony service for AI agents. Provision phone numbers, place and receive calls with bidirectional audio streaming, retrieve transcripts, and subscribe to events via webhooks.

API base URL:

https://api.inkbox.ai/api/v1/phone

Quick start

Create an account and get your service token from the Inkbox console:

Get service token

All API requests require authentication using a service token:

X-Service-Token: YOUR_SERVICE_TOKEN

Phone Numbers

Provision phone number

POST

Provision a new toll-free or local phone number via Telnyx

/api/v1/phone/numbers

Release phone number

DELETE

Release a phone number from your organization

/api/v1/phone/numbers/{phone_number_id}

List phone numbers

GET

List all phone numbers for your organization

/api/v1/phone/numbers

Get phone number

GET

Get a single phone number by ID

/api/v1/phone/numbers/{phone_number_id}

Update phone number

PATCH

Update incoming call action, WebSocket URL, or webhook URL

/api/v1/phone/numbers/{phone_number_id}

Calls

Transcripts

Webhooks

Webhooks are configured as a field on the phone number — set incoming_call_webhook_url via PATCH /numbers/{phone_number_id}. See the Webhooks guide for event types, payload format, and signature verification.

Additional resources

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website