---
title: "Update Audio-Native Content From Url"
method: POST
path: "/v1/audio-native/content"
tags: ["audio-native"]
---

# Update Audio-Native Content From Url

`POST /v1/audio-native/content`

Finds an AudioNative project matching the provided URL, extracts content from the URL, updates the project content, and queues it for conversion and auto-publishing.

## 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.

## Request body

- BodyUpdateAudioNativeContentFromURLV1AudioNativeContentPost
  - `url` string, required — URL of the page to extract content from.
  - `author` string, nullable — Author used in the player and inserted at the start of the uploaded article. If not provided, the default author set in the Player settings is used.
  - `title` string, nullable — Title used in the player and inserted at the top of the uploaded article. If not provided, the default title set in the Player settings is used.

## 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/57d56f34628a/schema)
