Authorization: Bearer ********************{
"name": "Food Description",
"description": "Generation template containing food descriptions",
"contents": [
{
"voiceId": "894cdf24-195a-4213-b15f-0395e08e6422",
"text": "Three artichokes with melon, sun-dried tomatoes, pumpkin, onion, and capers. Served with a side of grilled kiwi, plus your choice of artichoke or green beans."
},
{
"voiceId": "95bc36d7-b0bc-44db-a1da-6a52a97b7222",
"text": "Eel slow-simmered in a rich tomato sauce with arugula, accompanied by creamy bok choy."
}
]
}curl --location --request POST 'https://v1.vocu.ai/api/template/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Food Description",
"description": "Generation template containing food descriptions",
"contents": [
{
"voiceId": "894cdf24-195a-4213-b15f-0395e08e6422",
"text": "Three artichokes with melon, sun-dried tomatoes, pumpkin, onion, and capers. Served with a side of grilled kiwi, plus your choice of artichoke or green beans."
},
{
"voiceId": "95bc36d7-b0bc-44db-a1da-6a52a97b7222",
"text": "Eel slow-simmered in a rich tomato sauce with arugula, accompanied by creamy bok choy."
}
]
}'{
"status": 200,
"message": "OK"
}