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

Metadata

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

Params

Param name Description
asset_id
required

ID of the Asset holding transcriptions.

Validations:

  • Must be a String


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

Metadata

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

Params

Param name Description
asset_id
required

ID of the Asset holding transcriptions.

Validations:

  • Must be a String

id
required

ID of the Transcript to be rendered.

Validations:

  • Must be a String


PUT /api/v1/assets/:asset_id/transcriptions/:id
Update all transcription sentences matching +speaker+ with +new_speaker+.

Metadata

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

Params

Param name Description
asset_id
required

ID of the Asset holding transcriptions.

Validations:

  • Must be a String

id
required

ID of the Transcript to be updated.

Validations:

  • Must be a String


DELETE /api/v1/assets/:asset_id/transcriptions/:id
Deletes the transcript.

Metadata

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

Params

Param name Description
asset_id
required

ID of the Asset holding transcriptions.

Validations:

  • Must be a String

id
required

ID of the Transcript to be deleted.

Validations:

  • Must be a String