---
title: "Create audio enhancement"
method: POST
path: "/audio_enhancements"
tags: ["audioEnhancement"]
---

# Create audio enhancement

`POST /audio_enhancements`

Submit an audio file for enhancement. Processing happens asynchronously in the background.
The API defaults to the v2 enhancement engine. The v1 engine is legacy and will be sunset in a future release.

## Headers

- `Authorization` string, required

## Response `202`

Enhancement job created

- AudioEnhancementCreateAudioEnhancementResponse202
  - `success` boolean
  - `uuid` string
  - `status` 'pending'

## Other responses

- `400` — Bad request
- `403` — Forbidden

---

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