Hear2Text

Changelog

Every change to the public API, newest first. Additive changes ship inside v1; anything that would break an integration does not.

Subscribe to this page's heading anchors if you generate a client: a release that adds a field is announced here and nowhere else, because it needs no action from you. A release that would require action gets an email as well — see versioning & deprecation.

v1.0.0 — 2026-09-19

  • AddedThe public API: create a transcription from a file or a URL, poll it, read its segments, export it, delete it.
  • AddedGET /me — plan, limits, today’s usage and the calling key.
  • AddedGET /languages — every ISO code a create accepts.
  • AddedAPI keys, created in Profile → API, scoped and optionally pinned to a workspace.
  • AddedIdempotency-Key on creates, remembered for 24 hours.
  • AddedRateLimit-* headers on every response, Retry-After on a 429.
  • AddedX-Request-Id on every response, echoed when you send one.
  • AddedGET /openapi.json, and a Postman collection generated from it.