Transcriptions
Audio transcriptions belonging to a podcast
List transcriptions for a podcast
The network is resolved from the parent podcast and the caller must hold the read_only role on it. Returns a cursor-paginated page; pass the returned cursor back as ?cursor and size it with ?limit.
Get a single transcription
The network is resolved from the parent podcast and the caller must hold the read_only role on it (403 otherwise, 404 if the podcast or transcription does not exist).
Delete a transcription
Requires the administrator role on the parent podcast's network. Permanently removes the transcription and responds 204. The delete is optimistic-locked, so a concurrent modification returns 409.