---
title: "Upload Sound"
method: POST
path: "/api/media/sounds/upload"
---

# Upload Sound

`POST /api/media/sounds/upload`

Upload a sound file to the daemon's temporary sound directory.

The file is saved to ``/tmp/reachy_mini_sounds/<original_filename>``.
If a file with the same name already exists it is overwritten.

The upload is restricted to known audio extensions, capped at
``MAX_SOUND_UPLOAD_BYTES``, and validated by content before being stored,
so non-audio payloads cannot be written to disk.

Returns:
    JSON with the absolute *path* of the saved file on the daemon.

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollen-robotics/apis/reachy-mini-rest-api.md) · [All operations](https://skmtc.net/pollen-robotics/apis/reachy-mini-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollen-robotics/reachy-mini-rest-api/versions/9843f2902e88/schema)
