Changes to Translates audio into English.

POST /audio/translations

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 35 revisions of this API.45

  1. 71e58a77027c3
  2. 073331021d4815

What changed

    • added CreateTranslationResponseJson CreateTranslationResponseVerboseJson to the response body oneOf list for the response status 200

      response-body-one-of-added

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the required property text from the response with the 200 status

      response-required-property-removed

  • 073331021d4815See the full diff
    • request property response_format was restricted to a list of enum values

      request-property-became-enum

    • added the new json enum value to the request property response_format

      request-property-enum-value-added

    • added the new srt enum value to the request property response_format

      request-property-enum-value-added

    • added the new text enum value to the request property response_format

      request-property-enum-value-added

    • added the new verbose_json enum value to the request property response_format

      request-property-enum-value-added

    • added the new vtt enum value to the request property response_format

      request-property-enum-value-added