/** * @example * { * url: "https://elevenlabs.io/blog/the_first_ai_that_can_laugh/" * } */ export interface BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost { /** URL of the page to extract content from. */ url: string; /** 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. */ author?: string; /** 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. */ title?: string; }