---
title: "Update Audio-Native Project Content"
method: POST
path: "/v1/audio-native/{project_id}/content"
tags: ["audio-native"]
---

# Update Audio-Native Project Content

`POST /v1/audio-native/{project_id}/content`

Updates content for the specific AudioNative Project.

## Path parameters

- `project_id` string, required — The ID of the Studio project.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- AudioNativeEditContentResponseModel
  - `project_id` string, required — The ID of the project.
  - `converting` boolean, required — Whether the project is currently being converted.
  - `publishing` boolean, required — Whether the project is currently being published.
  - `html_snippet` string, required — The HTML snippet to embed the Audio Native player.

## Other responses

- `422` — Validation Error

---

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