Update project

POST
/v1/projects/:project_id/content

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

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 project. If this is set, ‘from_url’ must be null. If neither ‘from_url’ or ‘from_document’ are provided we will initialize the project as blank.

from_documentfileOptional
auto_convertbooleanOptionalDefaults to false

Whether to auto convert the project to audio or not.

Response

Successful Response

projectobject

Errors

Built with