Getting started

Base URL & auth

Every endpoint lives under one base URL and expects a bearer token.

https://transcriptfetch.com/api/v1
Authorization: Bearer tf_live_YOUR_KEY
1 credit per successful fetch. Failed requests never cost a credit.
401 Unauthorized is returned for any request without a valid key.
Create an API keyTop up credits
Compression. Responses are gzip-encoded, send Accept-Encoding: gzip and most HTTP clients (curl, fetch, httpx) will decompress transcripts transparently.
Next →API keys
Authentication · TranscriptFetch docs