Upload Sound
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.
post/api/media/sounds/upload
Response
Successful Response
object required
Changes
Changed in 2 of the 26 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲