Authorization: Bearer ********************
curl --location --request GET 'https://v1.vocu.ai/api/template/'
{
"status": 200,
"message": "OK",
"data": {
"id": "c9baa76f-de5f-4746-afbc-dffd4b9fb7ab",
"name": "勾芳",
"contents": [
{
"metaVoiceId": 44,
"text": "嫩滑的狗肉肉串,刷上甜辣香蕉酱,盛放在香喷喷的茉莉香米饭上。"
}
],
"metadata": {
"metaVoiceId": 2,
"description": "包含许多食物描述的模板"
},
"userId": "a031f1b6-06e1-4bf7-bf06-3994ae08df25",
"from": "community",
"originId": "5b1fcba0-9dbe-4111-a177-f541356762b3"
}
}