Get Studio Project

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

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.

Headers

xi-api-keystringRequired

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

The state of the project.

Allowed values:
access_levelenum

The access level of the project.

Allowed values:
quality_presetenum

The quality preset level of the project.

Allowed values:
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

Whether text normalization is applied to the project.

Allowed values:
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

The target audience of the project.

Allowed values:
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

Whether the project is fiction.

Allowed values:
creation_metaobjectOptional

The creation meta of the project.

source_typeenumOptional

The source type of the project.

Allowed values:
chapters_enabledbooleanOptional

Whether chapters are enabled for the project.

Errors