---
title: "Changes to Create call"
method: POST
path: "/api/v1/public/agents/{agent_id}/calls"
---

# Changes to Create call

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

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 16 revisions.

- **2026-08-04** `f31729b3306d` — 4 info
- **2026-08-04** `f7903dc1bdbb` — 1 breaking, 2 warning, 8 info

## Changes

- **2026-08-04** `f31729b3306d` — 4 info
  - added the optional property `items/agentId` to the response with the `201` status
  - added the optional property `items/agentName` to the response with the `201` status
  - added the optional property `items/useCaseId` to the response with the `201` status
  - added the optional property `items/useCaseName` to the response with the `201` status
- **2026-08-04** `f7903dc1bdbb` — 1 breaking, 2 warning, 8 info
  - removed the success response with the status `200`
  - removed the request property `description`
  - removed the request property `name`
  - api operation id `start_public_agent_call_api_v1_public_agents__agent_id__calls_post` removed and replaced with `create_public_agent_call_api_v1_public_agents__agent_id__calls_post`
  - added the new optional `header` request parameter `Idempotency-Key`
  - added the new optional request property `lead_id`
  - added the new optional request property `lead_ids`
  - the request property `phone` became optional
  - request property `phone` list-of-types was widened by adding types `null` to media type `application/json`
  - the `phone` request property's minLength was decreased from `4` to `0`
  - added the success response with the status `201`

---

[Operation](https://skmtc.dev/outcallerai/apis/fastapi/docs/api/v1/public/agents/:agent_id/calls/post.md) · [API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [Page](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/v1/public/agents/:agent_id/calls/post)
