Changes to List supported STT providers

GET /speech-to-text/providers

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

Changed in 2 of the 47 revisions of this API.49

  1. 3390803c3bb048
  2. 05682350ec561

What changed

    • removed the enum value file_transcription from the query request parameter service_type

      request-parameter-enum-value-removed

    • removed the enum value in_call_transcription from the query request parameter service_type

      request-parameter-enum-value-removed

    • the /// response's property type changed from string to object for status

      response-property-type-changed

    • removed the required property // from the response with the status

      response-required-property-removed

    • added the new enum value ai_assistant to the query request parameter service_type

      request-parameter-enum-value-added

    • added the new enum value file_based to the query request parameter service_type

      request-parameter-enum-value-added

    • added the new enum value in_call to the query request parameter service_type

      request-parameter-enum-value-added

    • removed the file_transcription enum value from the /// response property for the response status

      response-property-enum-value-removed

    • removed the in_call_transcription enum value from the /// response property for the response status

      response-property-enum-value-removed

    • removed the streaming enum value from the /// response property for the response status

      response-property-enum-value-removed

    • added the required property //// to the response with the status

      response-required-property-added

    • added the required property //// to the response with the status

      response-required-property-added

    • endpoint added

      endpoint-added