v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
studio

Get Project Snapshot

Returns the project snapshot.

get/v1/studio/projects/{project_id}/snapshots/{project_snapshot_id}

Path parameters

project_idstring required

The ID of the Studio project.

Example:21m00Tcm4TlvDq8ikWAM

The ID of the Studio project.

project_snapshot_idstring required

The ID of the Studio project snapshot.

Example:21m00Tcm4TlvDq8ikWAM

The ID of the Studio project snapshot.

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

Successful Response

project_snapshot_idstring required

The ID of the project snapshot.

project_idstring required

The ID of the project.

created_at_unixinteger required

The creation date of the project snapshot.

namestring required

The name of the project snapshot.

audio_uploadobject nullable

(Deprecated)

zip_uploadobject nullable

(Deprecated)

audio_duration_secsnumber required

The total duration of the audio in seconds.

Example response

{
  "audio_duration_secs": 123.45,
  "character_alignments": [],
  "created_at_unix": 1714204800,
  "name": "My Project Snapshot",
  "project_id": "aw1NgEzBg83R7vgmiJt6",
  "project_snapshot_id": "aw1NgEzBg83R7vgmiJt6"
}