List all voices

Returns an array of Voice objects available for the user

get/voices

Query parameters

language'ENGLISH' | 'SPANISH' | 'FRENCH' | 'PORTUGUESE' | 'GERMAN' | 'RUSSIAN' | 'HINDI' | 'CHINESE' | 'DUTCH' | 'ARABIC' | 'POLISH' | 'BULGARIAN' | 'JAPANESE' | 'ITALIAN'

Filter voices by language

gender'MALE' | 'FEMALE'

Filter voices by gender

visibility'public' | 'private'

Filter by visibility. 'public' returns only Argil's public voices, 'private' returns only your workspace's custom voices. Omit to return both.

Response

An array of voices

idstring uuid
namestring
createdAtstring date-time
updatedAtstring date-time
statusstring
sampleUrlstring
language'ENGLISH' | 'SPANISH' | 'FRENCH' | 'PORTUGUESE' | 'GERMAN' | 'RUSSIAN' | 'HINDI' | 'CHINESE' | 'DUTCH' | 'ARABIC' | 'POLISH' | 'BULGARIAN' | 'JAPANESE' | 'ITALIAN' nullable
gender'MALE' | 'FEMALE' nullable

Changes

Changed in 4 of the 50 revisions of this API.1511

  • 0c7a29d5b745145See the full diff
    • removed the enum value BRAZILIAN_PORTUGUESE from the query request parameter language

      request-parameter-enum-value-removed

    • added the new BULGARIAN enum value to the items/language/allOf[VoiceLanguage]/ response property for the response status 200

      response-property-enum-value-added

    • added the new ITALIAN enum value to the items/language/allOf[VoiceLanguage]/ response property for the response status 200

      response-property-enum-value-added

    • added the new JAPANESE enum value to the items/language/allOf[VoiceLanguage]/ response property for the response status 200

      response-property-enum-value-added

    • added the new POLISH enum value to the items/language/allOf[VoiceLanguage]/ response property for the response status 200

      response-property-enum-value-added

    • added the new enum value BULGARIAN to the query request parameter language

      request-parameter-enum-value-added

    • added the new enum value ITALIAN to the query request parameter language

      request-parameter-enum-value-added

    • added the new enum value JAPANESE to the query request parameter language

      request-parameter-enum-value-added

    • added the new enum value POLISH to the query request parameter language

      request-parameter-enum-value-added

    • removed the BRAZILIAN_PORTUGUESE enum value from the items/language/allOf[VoiceLanguage]/ response property for the response status 200

      response-property-enum-value-removed

    • added the new optional query request parameter visibility

      new-optional-request-parameter

    • removed the optional property items/createAt from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/createdAt to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter gender

      new-optional-request-parameter

    • added the new optional query request parameter language

      new-optional-request-parameter

    • added the optional property items/gender to the response with the 200 status

      response-optional-property-added

    • added the optional property items/language to the response with the 200 status

      response-optional-property-added