Get Project By Id

Deprecated
GET
/v1/projects/:project_id

Returns information about a specific project. This endpoint returns more detailed information about a project than GET /v1/projects.

Path parameters

project_idstringRequired

The ID of the Studio project.

Response

Successful Response

project_idstring

The ID of the project.

namestring

The name of the project.

create_date_unixinteger

The creation date of the project.

default_title_voice_idstring

The default title voice ID.

default_paragraph_voice_idstring

The default paragraph voice ID.

default_model_idstring

The default model ID.

can_be_downloadedboolean

Whether the project can be downloaded.

volume_normalizationboolean

Whether the project uses volume normalization.

stateenum
Allowed values: creatingdefaultconvertingin_queue

The state of the project.

access_levelenum
Allowed values: admineditorviewer

The access level of the project.

quality_presetenum
Allowed values: standardhighhighestultraultra_lossless

The quality preset level of the project.

chapterslist of objects

List of chapters of the project and their metadata.

pronunciation_dictionary_versionslist of objects

List of pronunciation dictionary versions of the project and their metadata.

apply_text_normalizationenum
Allowed values: autoonoffapply_english

Whether text normalization is applied to the project.

experimentalmap from strings to any

Experimental features of the project.

quality_check_onbooleanDeprecated

Whether quality check is enabled for this project.

quality_check_on_when_bulk_convertbooleanDeprecated

Whether quality check is enabled on the project when bulk converting.

last_conversion_date_unixintegerOptional

The last conversion date of the project.

titlestringOptional

The title of the project.

authorstringOptional

The author of the project.

descriptionstringOptional

The description of the project.

genreslist of stringsOptional

List of genres of the project.

cover_image_urlstringOptional

The cover image URL of the project.

target_audienceenumOptional
Allowed values: childrenyoung adultadultall ages

The target audience of the project.

languagestringOptional

Two-letter language code (ISO 639-1) of the language of the project.

content_typestringOptional

The content type of the project, e.g. ‘Novel’ or ‘Short Story’

original_publication_datestringOptional

The original publication date of the project.

mature_contentbooleanOptional

Whether the project contains mature content.

isbn_numberstringOptional

The ISBN number of the project.

fictionenumOptional
Allowed values: fictionnon-fiction

Whether the project is fiction.

creation_metaobjectOptional

The creation meta of the project.

source_typeenumOptional
Allowed values: blankbookarticlegenfm

The source type of the project.

Errors

Built with