curl --location 'https://api.async.com/voices/batch' \
--header 'x-api-key: <api-key>' \
--header 'version: v1' \
--header 'Content-Type: application/json' \
--data '{
"voice_ids": [
"e0f39dc4-f691-4e78-bba5-5c636692cc04",
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
]
}'[
{
"voice_id": "d4g7a640-4412-4e78-bba5-5c636692cc04",
"name": "Name",
"description": "Description",
"language": "en",
"accent": "American (US)",
"style": "Storytelling",
"gender": "Male",
"created_at": "2025-05-19T14:37:07.297056",
"updated_at": "2025-05-19T14:37:07.297056",
"voice_type": "PREDEFINED"
}
]