GET /api/v1/assets/:asset_id/transcriptions
Shows all transcription for the Asset.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
id
required

ID of the Transcription to be rendered.

Validations:

  • Must be a String


GET /api/v1/assets/:asset_id/transcriptions/:id
Show the transcription.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
id
required

ID of the Transcription to be rendered.

Validations:

  • Must be a String