---
title: "Play audio to a call"
method: POST
path: "/api/v1/Account/{auth_id}/Call/{call_uuid}/Play/"
tags: ["Play Audio"]
---

# Play audio to a call

`POST /api/v1/Account/{auth_id}/Call/{call_uuid}/Play/`

Play an audio file to a live call leg.

## Path parameters

- `auth_id` string, required
- `call_uuid` string, required

## Request body

- object
  - `urls` string, required
  - `legs` 'aleg' | 'bleg' | 'both'
  - `loop` boolean

## Response `200`

Audio playback started

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
