Getting started
Base URL & auth
Every endpoint lives under one base URL and expects a bearer token.
https://transcriptfetch.com/api/v1Authorization: Bearer tf_live_YOUR_KEY1 credit per successful fetch. Failed requests never cost a credit.
401 Unauthorized is returned for any request without a valid key.
Compression. Responses are gzip-encoded, send
Accept-Encoding: gzip and most HTTP clients (curl, fetch, httpx) will decompress transcripts transparently.