---
title: "Output Media"
method: DELETE
path: "/api/v1/bot/{id}/output_media/"
tags: ["bot"]
---

# Output Media

`DELETE /api/v1/bot/{id}/output_media/`

Causes the bot to start outputting media.

The base rate limit for this endpoint is:
- 300 requests per min per workspace

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `camera` boolean — Stop outputting media on the bot camera
  - `screenshare` boolean — Stop outputting media on the bot screenshare

## Response `204`

No response body

---

[API](https://skmtc.net/recall/apis/recall-ai-api.md) · [All operations](https://skmtc.net/recall/apis/recall-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recall/recall-ai-api/versions/e1a54c5db790/schema)
