Poll transcription status
Agent-friendly polling contract: while the request is in flight the response carries a Retry-After header (seconds) and body fields etaSeconds + nextPollSeconds — sleep on Retry-After and re-poll. status walks queued → downloading → transcribing → analyzing → complete (user-facing stage folds downloading into transcribing). Terminal statuses (complete, failed, refunded) drop Retry-After. On complete, fetch the transcript via GET /v1/transcripts/ — the unlock was granted at submission. refunded means the pipeline failed and the rows were returned.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Success