Update Studio Project Content

Updates Studio project content.

Path parameters

project_idstringRequired

The ID of the project to be used. You can use the List projects endpoint to list all the available projects.

Headers

xi-api-keystringRequired

Request

This endpoint expects a multipart form containing an optional file.
from_urlstringOptional

An optional URL from which we will extract content to initialize the Studio project. If this is set, ‘from_url’ and ‘from_content’ must be null. If neither ‘from_url’, ‘from_document’, ‘from_content’ are provided we will initialize the Studio project as blank.

from_documentfileOptional

An optional .epub, .pdf, .txt or similar file can be provided. If provided, we will initialize the Studio project with its content. If this is set, ‘from_url’ and ‘from_content’ must be null. If neither ‘from_url’, ‘from_document’, ‘from_content’ are provided we will initialize the Studio project as blank.

auto_convertbooleanOptionalDefaults to false
Whether to auto convert the Studio project to audio or not.

Response

Successful Response
projectobject

Errors