---
title: "get the corresponding mp3 file for the narration"
method: GET
path: "/api/audio/file/{id}.mp3"
tags: ["Recitation"]
---

# get the corresponding mp3 file for the narration

`GET /api/audio/file/{id}.mp3`

it could be protected (Authorized), but I guess I would have problems with available client components support,
so I preferred it to be anonymous, as it does not harm anybody I guess

## Path parameters

- `id` integer, required

## Response `200`

OK

- string, binary

## Other responses

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

---

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