Edit Project Content

Deprecated
POST
/v1/projects/:project_id/content

Edits project content.

Path parameters

project_idstringRequired

The ID of the Studio project.

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’ must be null. If neither ‘from_url’ or ‘from_document’ 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’ must be null. If neither ‘from_url’ or ‘from_document’ 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

Built with