---
title: "Create a phone integration"
method: POST
path: "/public/v1/clones/{cloneId}/integrations/phone"
tags: ["Integrations"]
---

# Create a phone integration

`POST /public/v1/clones/{cloneId}/integrations/phone`

Purchases a phone number and provisions it for clone voice calls.
Requires sufficient account credits. Creates a Twilio number,
ElevenLabs voice agent, and billing subscription.

## Path parameters

- `cloneId` string, required

## Request body

- CreatePhoneIntegrationRequest
  - `phone` string, required — Phone number to purchase (from the available numbers search)

## Response `201`

Phone integration created

- PhoneIntegrationResponse
  - `id` string, required
  - `status` string, required
  - `phoneNumber` string, required

## Other responses

- `400` — Bad request
- `401` — Missing or invalid API key
- `403` — API key lacks required scope
- `404` — Resource not found

## Changes

- **2026-03-22** `0841f04b6bd8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/clone-global/apis/cloneforce-platform-api/changes/public/v1/clones/:cloneId/integrations/phone/post.md)

---

[API](https://skmtc.dev/clone-global/apis/cloneforce-platform-api.md) · [All operations](https://skmtc.dev/clone-global/apis/cloneforce-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clone-global/cloneforce-platform-api/revisions/0841f04b6bd8/schema)
