API reference
OpenAPI specification
Use the machine-readable OpenAPI 3.1 document for tooling and contract discovery.
OpenAPI document
The production origin serves the current OpenAPI 3.1 contract.
curl https://fast-transcriber.com/api/v1/openapi \
--output fast-transcriber-openapi.jsonUse the specification
Explore
Load the document into an OpenAPI viewer to inspect methods, request schemas, and security.
Validate
Use it in contract tests to detect unintended request-path or schema changes.
Generate carefully
Generated clients still need application logic for presigned uploads and asynchronous polling.
Cache
The public document is cacheable and does not require authentication.
Contract scope
The specification is the published machine-readable path and request contract
Account UI operations, webhooks, batch jobs, SDKs, and export-file endpoints are not part of the current public API.
Some response descriptions are intentionally concise. The route-backed endpoint pages in this site document the implemented response envelopes and error outcomes in more detail.