Transcribe an audio clip with speaker diarization (auto-crop helper)
POST/v1/public/opt-in/:token/transcribe
Public, token-authenticated helper that transcribes an uploaded audio clip (up to 25 MB) into diarized segments, used to assist cropping host audio for voice samples. Requires prior code verification, otherwise returns 409. Keyless callers are rate limited per token and per client IP (429 on excess); a valid API key for the podcast's network bypasses the limit. The transcription runs against an upstream provider, which may return 502 on failure.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
- 502
The diarized transcript
Missing/empty file or larger than 25 MB
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found
Not verified, or the invitation is no longer open
Too many transcription requests
Transcription failed upstream