{
"type": "string",
"properties": {
"size": {
"type": "string",
"description": "string",
"default": 0
}
}
}
curl --location -g --request GET '{{BASE_URL}}/higgsfield/tpl/voices' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"properties": {
"size": {
"type": "string",
"description": "string",
"default": 0
}
}
}'
{
"items": [
{
"id": "6pBuGbellIksHKibt0je2n",
"name": "Marston",
"gender": "male",
"age": "middle age",
"image_url": "https://d1xarpci4ikg0w.cloudfront.net/5503b4b2-6398-4542-ad31-9fa6edb96d7c.webp",
"categories": ["reporter"],
"voice_url": "https://dqv0cqkoy5oj7.cloudfront.net/voices_avatar/all/rTOopItG6FIkKMIVxsl5/2.wav",
"waveform_url": "https://d1xarpci4ikg0w.cloudfront.net/0673abf6-53e1-4c22-a655-49c1a7d1be2f.json",
"is_gpt": false
}
],
"total": 92,
"cursor": 2
}