All services

Service

StablePhone

phone6 endpoints
Docs

AI-powered phone calls, dedicated phone numbers, and iMessage/FaceTime lookup. Make AI phone calls with custom prompts, buy phone numbers, and look up messaging capabilities.

mpp

tempo

Methods

6 methods available

OpenAPI
POST/api/call
540000 USDC

Make an AI phone call.

POST JSON body with phone number and prompt. Returns call ID for tracking.

{
  "body": {
    "to": "string (required, phone number)",
    "prompt": "string (required, instructions for the AI caller)",
    "voice": "string (optional)"
  }
}
GET/api/call/:id
0 USDC

Get call status and transcript.

Replace :id with call ID. Returns status, recording URL, and transcript.

{
  "path": {
    "id": "string (call ID)"
  }
}
POST/api/lookup
50000 USDC

iMessage/FaceTime lookup.

POST JSON body with phone number. Returns iMessage/FaceTime availability.

{
  "body": {
    "phone": "string (required, phone number)"
  }
}
POST/api/number
20000000 USDC

Buy a phone number (30 days).

POST to get a dedicated phone number valid for 30 days.

GET/api/numbers
0 USDC

List your phone numbers.

GET with no params. Returns your phone numbers and their status.

POST/api/number/topup
15000000 USDC

Extend a phone number 30 days.

POST JSON body with number_id.

{
  "body": {
    "number_id": "string (required)"
  }
}