---
title: "Changes to Translates audio into English."
method: POST
path: "/audio/translations"
---

# Changes to Translates audio into English.

`POST /audio/translations`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 35 revisions.

- **2024-09-27** `71e58a77027c` — 3 breaking
- **2024-09-25** `073331021d48` — 1 breaking, 5 info

## Changes

- **2024-09-27** `71e58a77027c` — 3 breaking
  - added `#/components/schemas/CreateTranslationResponseJson, #/components/schemas/CreateTranslationResponseVerboseJson` to the response body `oneOf` list for the response status `200`
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `text` from the response with the `200` status
- **2024-09-25** `073331021d48` — 1 breaking, 5 info
  - request property `response_format` was restricted to a list of enum values
  - added the new `json` enum value to the request property `response_format`
  - added the new `srt` enum value to the request property `response_format`
  - added the new `text` enum value to the request property `response_format`
  - added the new `verbose_json` enum value to the request property `response_format`
  - added the new `vtt` enum value to the request property `response_format`

---

[Operation](https://skmtc.dev/openai/apis/openai-api-2/docs/audio/translations/post.md) · [API](https://skmtc.dev/openai/apis/openai-api-2.md) · [Page](https://skmtc.dev/openai/apis/openai-api-2/changes/audio/translations/post)
