---
title: "Initiate Outbound Call"
method: POST
path: "/outbound-leads/{outbound_lead_id}/call"
tags: ["Outbound Leads"]
---

# Initiate Outbound Call

`POST /outbound-leads/{outbound_lead_id}/call`

Initiate a VAPI outbound call to a lead. Developer-only.

## Path parameters

- `outbound_lead_id` string, uuid, required

## Request body

- InitiateOutboundCallRequest — Request to initiate a VAPI outbound call to a lead.
  - `case_id` string, uuid, nullable — Case ID to associate with the call (falls back to lead's case_id)
  - `phone_number_id` string, required — VAPI phone number ID to dial from

## Response `201`

Successful Response

- InitiateOutboundCallResponse — Response from initiating a VAPI outbound call.
  - `call_id` string, uuid, required — Internal call record ID
  - `vapi_call_id` string, required — VAPI call ID
  - `outbound_lead_id` string, uuid, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
