provider audio-native POST /v1/audio-native/content
@utdk/elevenlabs /v1/audio-native/content
Update Audio-Native Content From Url
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.
xi-api-key header
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.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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

Input

required

URL of the page to extract content from.

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

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.audioNativeUpdateContentFromUrl()