Authorization: Bearer ********************
curl --location --request GET 'https://video.a2e.ai/api/v1/userVoice/trainingRecord'
sent
, processing
, completed
{
"code": 0,
"data": [
{
"_id": "67bc2c2cc0f5208c812f9438",
"name": "your voice clone name",
"voice_urls": [
"https://dh24as48lv9ce.cloudfront.net/adam2eve/beta/user_voice_clone/2b3b0881-e9e9-4bc2-943f-c2127b4b4961/11月13日.MP3"
],
"train_mode": "best",
"gender": "female",
"lang": "en-US",
"current_status": "processing",
"createdAt": "2025-02-24T08:22:04.285Z",
"updatedAt": "2025-02-24T08:22:04.285Z"
}
]
}