API
...
Library
Overview
List Voices
5min
to see available voices available to you, you need to use the get /voice/all endpoint get https //platform api unith ai/voice/all it is recommended to retrieve all results, and store locally for further use the following parameters are available to you should you wish to refine your results name description language string (query) language of the voice see below accent string (query) accent of the voice gender string (query) , male, female languagecode string (query) iso language code of the voice, e g en us limit number (query) max amount of items to be returned offset number (query) pagination offset should be incremented by the value of itemslimit with each request query string (query) search by voice name languages \ afrikaans \ arabic \ armenian \ azerbaijani \ belarusian \ bosnian \ bulgarian \ catalan \ chinese \ croatian \ czech \ danish \ dutch \ english \ estonian \ finnish \ french \ galician \ german \ greek \ hebrew \ hindi \ hungarian \ icelandic \ indonesian \ italian \ japanese \ kannada \ kazakh \ korean \ latvian \ lithuanian \ macedonian \ malay \ marathi \ maori \ nepali \ norwegian \ persian \ polish \ portuguese \ romanian \ russian \ serbian \ slovak \ slovenian \ spanish \ swahili \ swedish \ tagalog \ tamil \ thai \ turkish \ ukrainian \ urdu \ vietnamese \ welsh accents \ indian \ japanese \ chinese \ canadian \ taiwanese \ australian \ serbian \ american \ dutch \ british \ china \ slovak \ norwegian \ lebanese \ indonesian \ vietnamese \ filipino \ bosnian and herzegovinian \ tunisian \ south african \ panamanian \ italian \ brazilian \ romanian \ german \ spanish \ ukrainian \ polish \ estonian \ afghan \ portuguese \ multilingual \ hong kong \ mexican \ irish \ swedish \ french \ uruguayan \ albanian \ swiss \ georgian \ guatemalan \ malaysian \ puerto rican \ russian \ turkish \ thai \ bulgarian \ danish \ south korean \ laotian \ emirati \ pakistani \ belgian \ greek \ omani \ maltese \ salvadoran \ israeli \ nepalese \ mongolian \ singaporean \ sri lankan \ venezuelan \ cambodian \ hungarian \ kenyan \ colombian \ argentinian \ armenian \ austrian \ chilean \ yemeni \ nigerian \ great britain \ arabic \ honduran \ burmese \ ecuadorian \ iranian \ great british \ english \ icelandic \ saudi arabian \ czech \ tanzanian \ canada \ finnish \ france \ latvian \ lithuanian \ moroccan \ ethiopian \ macedonian \ egyptian \ dominican \ libyan \ kuwaiti \ somali \ bahraini \ brazil \ slovenian \ costa rican \ kazakhstani \ uzbekistani \ algerian \ bolivian \ azerbaijani \ equatorial guinean \ nicaraguan \ scottish \ iraqi \ new zealand \ paraguayan \ qatari \ cuban \ syrian \ croatian \ jordanian \ peruvian \ none \ unknown curl x 'get' \\ 'https //platform api unith ai/voice/all?language=arabic\&gender=male\&limit=2\&offset=1' \\ h 'accept application/json' \\ h 'authorization bearer easdasddsfasdfsdfsdf4'{ "data" { "activelanguage" "arabic", "languages" \[ "afrikaans", "arabic", "armenian", "azerbaijani", "belarusian", "bosnian", "bulgarian", "catalan", "chinese", "croatian", "czech", "danish", "dutch", "english", "estonian", "finnish", "french", "galician", "german", "greek", "hebrew", "hindi", "hungarian", "icelandic", "indonesian", "italian", "japanese", "kannada", "kazakh", "korean", "latvian", "lithuanian", "macedonian", "malay", "marathi", "maori", "nepali", "norwegian", "persian", "polish", "portuguese", "romanian", "russian", "serbian", "slovak", "slovenian", "spanish", "swahili", "swedish", "tagalog", "tamil", "thai", "turkish", "ukrainian", "urdu", "vietnamese", "welsh" ], "activeaccent" null, "accents" \[], "voices" \[ { "timeperformance" "fast", "purpose" \[ "audiobook", "customer service", "ivr", "education" ], "accent" "omani", "audiosamples" {}, "supportedlanguages" \[], "language" "arabic", "alias" "ahmed", "ismultilingual" false, "provider" "azure", "providerfullname" "microsoft azure", "tags" \[ "calm", "serious", "informative" ], "supportedstyles" \[], "defaultstyle" \[ "engaging", "calm" ], "languagecode" "ar om", "agebracket" "adult", "picture" "https //file audiostack ai/image samples/ahmed jpg", "voiceid" "348e6c02 b6a1 11ed ad9b 3a5b2353d1ca", "gender" "male", "providerid" "ar om abdullahneural", "sectioncharacterlimit" 4000, "charspersecond" "12 18", "basicemotion" "neutral", "type" "public", "audiosample" "https //file audiostack ai/voice samples/ahmed mp3" }, { "timeperformance" "fast", "purpose" \[ "advertisement", "e commerce", "business", "customer service", "ivr" ], "accent" "emirati", "audiosamples" {}, "supportedlanguages" \[], "language" "arabic", "alias" "hamdan", "ismultilingual" false, "provider" "azure", "providerfullname" "microsoft azure", "tags" \[ "serious", "confident", "informative" ], "supportedstyles" \[], "defaultstyle" \[ "engaging", "calm" ], "languagecode" "ar ae", "agebracket" "adult", "picture" "https //file audiostack ai/image samples/hamdan jpg", "voiceid" "348e8eee b6a1 11ed ad9b 3a5b2353d1ca", "gender" "male", "providerid" "ar ae hamdanneural", "sectioncharacterlimit" 4000, "charspersecond" "11 35", "basicemotion" "neutral", "type" "public", "audiosample" "https //file audiostack ai/voice samples/hamdan mp3" } ], "total" 2 } }