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.

Headers

xi-api-keystringOptional

Request

This endpoint expects an object.
urlstringRequired
URL of the page to extract content from.
authorstringOptional
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.
titlestringOptional
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

Successful Response
project_idstring
The ID of the project.
convertingboolean
Whether the project is currently being converted.
publishingboolean
Whether the project is currently being published.
html_snippetstring
The HTML snippet to embed the Audio Native player.

Errors