Get Chapter By Id

GET
/v1/projects/:project_id/chapters/:chapter_id

Returns information about a specific chapter.

Path parameters

project_idstringRequired

The project_id of the project, you can query GET https://api.elevenlabs.io/v1/projects to list all available projects.

chapter_idstringRequired

The chapter_id of the chapter. You can query GET https://api.elevenlabs.io/v1/projects/{project_id}/chapters to list all available chapters for a project.

Response

Successful Response

chapter_idstring
namestring
can_be_downloadedboolean
state"default" or "converting"
Allowed values: defaultconverting
last_conversion_date_unixintegerOptional
conversion_progressdoubleOptional
statisticsobjectOptional
last_conversion_errorstringOptional