---
title: "Record a conversation"
method: PUT
path: "/conversations/{conversation_id}/record"
tags: ["conversation"]
---

# Record a conversation

`PUT /conversations/{conversation_id}/record`

## Request body

- object
  - `action` 'start' | 'stop', required — Recording Action
  - `event_method` string — The HTTP method used to send event information to event_url.
  - `event_url` string[] — The webhook endpoint where recording progress events are sent to.
  - `format` 'mp3' | 'wav' — Record the Conversation in a specific format.
  - `split` string — Record the sent and received audio in separate channels of a stereo recording

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/vonage/apis/conversation.md) · [All operations](https://skmtc.net/vonage/apis/conversation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vonage/conversation/revisions/9b13ac114b43/schema)
