---
title: "Apply Audio Config"
method: POST
path: "/api/audio/config/apply"
---

# Apply Audio Config

`POST /api/audio/config/apply`

Write a batch of XVF3800 parameters and optionally verify them.

## Request body

- ApplyAudioConfigRequest — Request body for ``POST /audio/config/apply``.
  - `config` AudioParamPair[], required
    - `name` string, required
    - `values` number[], required
  - `verify` boolean

## Response `200`

Successful Response

- ApplyAudioConfigResponse — Response body for ``POST /audio/config/apply``.
  - `applied` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-26** `cfa127365bf7` — 1 info
  - endpoint added
- **2026-05-25** `8f334763598d` — 1 breaking
  - api path removed without deprecation
- **2026-05-20** `219426253b12` — 1 info
  - endpoint added
- **2026-03-03** `8d430e48a90a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pollen-robotics/apis/reachy-mini-rest-api/changes/api/audio/config/apply/post.md)

---

[API](https://skmtc.dev/pollen-robotics/apis/reachy-mini-rest-api.md) · [All operations](https://skmtc.dev/pollen-robotics/apis/reachy-mini-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pollen-robotics/reachy-mini-rest-api/revisions/7f5f936a81cc/schema)
