Changes to Generate audio using AI

POST /collection/{collection_id}/generate/audio/

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

Changed in 1 of the 5 revisions of this API.18

  1. 21b1d1d3eae818

What changed

  • 21b1d1d3eae818See the full diff
    • removed the enum value speech of the request property audio_type

      request-property-enum-value-removed

    • added the new optional request property config

      new-optional-request-property

    • added the new optional request property model_name

      new-optional-request-property

    • added the new optional request property sandbox_id

      new-optional-request-property

    • added the new optional request property text

      new-optional-request-property

    • added the new optional request property voice_clone_id

      new-optional-request-property

    • added the new optional request property voice_name

      new-optional-request-property

    • the request property prompt became optional

      request-property-became-optional

    • added the new voice enum value to the request property audio_type

      request-property-enum-value-added