Create Chapter

Creates a new chapter either as blank or from a URL.

Path parameters

project_idstringRequired
The ID of the Studio project.

Headers

xi-api-keystringRequired

Request

This endpoint expects an object.
namestringRequired
The name of the chapter, used for identification only.
from_urlstring or nullOptional

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.

Response

Successful Response
chapterobject

Errors