Get Chapter

Returns information about a specific chapter.

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.

chapter_idstringRequired

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

Headers

xi-api-keystringOptional

Response

Successful Response
chapter_idstring
The ID of the chapter.
namestring
The name of the chapter.
can_be_downloadedboolean
Whether the chapter can be downloaded.
stateenum
The state of the chapter.
Allowed values:
contentobject
last_conversion_date_unixinteger
The last conversion date of the chapter.
conversion_progressdouble
The conversion progress of the chapter.
has_videoboolean
Whether the chapter has a video.
has_visual_contentboolean

Whether the chapter has any visual content (video, image, or text clips).

voice_idslist of strings
List of voice ids used by the chapter
statisticsobject
The statistics of the chapter.
last_conversion_errorstring
The last conversion error of the chapter.

Errors

422
Chapters Get Request Unprocessable Entity Error