---
title: "Make an AI phone call"
method: POST
path: "/phone/outbound-call"
---

# Make an AI phone call

`POST /phone/outbound-call`

Initiate an outbound call using an AI phone agent. You can target either an existing contact by ID or a raw phone number in E.164 format.

## Request body

- MakeOutboundCallDto
  - `phoneAgentId` string, required
  - `contact` union, required
    - object
      - `id` string, required
    - object
      - `phoneNumber` string, required

## Response `200`

Default Response

- MakeOutboundCallResponseDto
  - `error` object — Error details if the call failed
    - `code` string
    - `status` number
  - `result` unknown

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/versions/57b06b52302d/schema)
