Retrieve transcriptions

GET

This method retrieves a transcription of the spoken words.

Path parameters

index-idstringRequired

The unique identifier of the index to which the video has been uploaded.

video-idstringRequired

The unique identifier of the video for which you want to retrieve a transcription.

Query parameters

startdoubleOptional

The start of the time range (in seconds) to retrieve transcription for.

enddoubleOptional

The end of the time range (in seconds) to retrieve transcription for.

Response

Transcription has successfully been retrieved.

idstringOptional

The unique identifier of the video.

datalist of objectsOptional

An array of objects that contains the transcription. For each time range for which the platform finds spoken words, it returns an object that contains the fields below. If the platform doesn’t find any spoken words, the data field is set to None.

index_idstringOptional

The unique identifier of the index to which the video has been uploaded.

Errors

Built with