Update Studio Project Content
Updates Studio project content.
Path parameters
project_id
The ID of the project to be used. You can use the List projects endpoint to list all the available projects.
Headers
xi-api-key
Request
This endpoint expects a multipart form.
from_url
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_document
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_convert
Whether to auto convert the Studio project to audio or not.
Response
Successful Response
project
Errors
422
Projects Update Content Request Unprocessable Entity Error