---
title: "Create call"
method: POST
path: "/api/v1/public/agents/{agent_id}/calls"
tags: ["public"]
---

# Create call

`POST /api/v1/public/agents/{agent_id}/calls`

Initiate one or more outbound calls to leads assigned to a voice agent. Accepts a single lead_id or an array of lead_ids.

## Path parameters

- `agent_id` string, required

## Headers

- `Idempotency-Key` string, nullable

## Request body

- CallCreateRequest
  - `lead_id` string, nullable
  - `lead_ids` string[], nullable
  - `phone` string, nullable

## Response `201`

Successful Response

- CallResponse[]
  - `id` string, required
  - `leadId` string, required
  - `useCaseId` string, nullable
  - `useCaseName` string, nullable
  - `agentId` string, nullable
  - `agentName` string, nullable
  - `transcription` string, nullable
  - `summary` string, nullable
  - `recordingUrl` string, nullable
  - `billDuration` integer, nullable
  - `callDuration` integer, nullable
  - `startTime` string, date-time, nullable
  - `endTime` string, date-time, nullable
  - `callConclusion` string, nullable
  - `apiCallbackUrl` string, nullable
  - `billedDuration` integer, nullable
  - `billableDurationSeconds` integer, nullable
  - `billableCostInr` number, nullable
  - `status` string, nullable
  - `callSuccess` boolean, nullable
  - `callRating` number, nullable
  - `aiCallRating` number, nullable
  - `humanCallRating` number, nullable
  - `callFeedback` string, nullable
  - `lead` CallLeadResponse
    - `id` string, nullable
    - `name` string, required
    - `phone` string, nullable
    - `description` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2e4355d35497/schema)
