Skip to main content
GET
/
v1
/
configs
/
minimax-preset-voice-id
Query MiniMax Preset Voice List
curl --request GET \
  --url https://api.foxapi.cc/v1/configs/minimax-preset-voice-id \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "226905123659939",
    "voice_id": "Ukrainian_CalmWoman",
    "voice_name": "沉稳女声 - 成熟优雅,宁静沉着,魅力迷人",
    "tag_list": [
      "乌克兰语",
      "标准",
      "女性",
      "年轻",
      "有声书和小说"
    ],
    "cover_url": "https://ftapp.oss-cn-beijing.aliyuncs.com/aitools/voices/Ukrainian_CalmWoman_cover.png",
    "sample_audio": "https://ftapp.oss-cn-beijing.aliyuncs.com/aitools/voices/Ukrainian_CalmWoman_audio.mp3",
    "description": "这个旁白声音具有流畅、温暖和共鸣的音质,传递稳定而深思熟虑的语调。"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.foxapi.cc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

All APIs require Bearer Token authentication

Add to request header:

Authorization: Bearer YOUR_API_KEY

Query Parameters

language
enum<string>
default:zh

Language version of the returned data: zh (Chinese, default) / en (English). The two versions differ only in the voice_name, tag_list, and description text; structural fields such as id and voice_id are identical.

Available options:
zh,
en
Example:

"zh"

Response

Query successful — returns an array of preset voices

id
string
required

Internal database ID of the voice (numeric string) — for internal traceability only; do not pass it to speech synthesis requests

Example:

"226905123659939"

voice_id
string
required

Voice ID. This is the value to pass directly into the voice_setting.voice_id field of speech synthesis requests.

Example:

"Ukrainian_CalmWoman"

voice_name
string
required

Display name of the voice (switches between Chinese / English based on language)

Example:

"Calm Woman - Sophisticated,Serene,Captivating"

tag_list
string[]

Tag list (language, gender, age, style, etc. — text switches based on language)

cover_url
string

Cover image URL

sample_audio
string

Sample audio URL (we recommend previewing it before selection)

description
string

Textual description of the voice (switches between Chinese / English based on language) — helps with selection