---
title: "Say a message into an active call (testing)"
method: POST
path: "/v1/calls/control/say"
tags: ["Calls"]
---

# Say a message into an active call (testing)

`POST /v1/calls/control/say`

## Request body

- SayMessageRequestDto
  - `callId` string, required — Vapi Call ID
  - `message` string, required — Message to speak into the call
  - `endCallAfterSpoken` boolean — End call after the message is spoken

## Response `200`

Message sent

## Other responses

- `400` — Validation or control error

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
