SDKs
Python
There's no package to install — the API is plain HTTPS/JSON, so any HTTP client works. Here it is with httpx.
Set your key as an environment variable —
TRANSCRIPTFETCH_KEY — and keep it server-side. Every successful fetch costs one credit; failed requests are free.Prefer requests? Swap httpx.post for requests.post — the arguments are identical. See the endpoint reference for every route and the response format.

