All servicesDocsOpenAPI
Service
StablePhone
phone6 endpoints
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
POST/api/call540000 USDC
POST
/api/callMake 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/:id0 USDC
GET
/api/call/:idGet call status and transcript.
Replace :id with call ID. Returns status, recording URL, and transcript.
{
"path": {
"id": "string (call ID)"
}
}POST/api/lookup50000 USDC
POST
/api/lookupiMessage/FaceTime lookup.
POST JSON body with phone number. Returns iMessage/FaceTime availability.
{
"body": {
"phone": "string (required, phone number)"
}
}POST/api/number20000000 USDC
POST
/api/numberBuy a phone number (30 days).
POST to get a dedicated phone number valid for 30 days.
GET/api/numbers0 USDC
GET
/api/numbersList your phone numbers.
GET with no params. Returns your phone numbers and their status.
POST/api/number/topup15000000 USDC
POST
/api/number/topupExtend a phone number 30 days.
POST JSON body with number_id.
{
"body": {
"number_id": "string (required)"
}
}