Authorization: Bearer ********************{
"name": "Food Description",
"description": "The Food Description generation template",
"contents": [
{
"voiceId": "894cdf24-195a-4213-b15f-0395e08e6422",
"text": "Three artichokes with melons, sun-dried tomatoes, pumpkin, onions and capers. Served with roasted kiwi fruit, plus your choice of artichoke or kidney beans."
},
{
"voiceId": "95bc36d7-b0bc-44db-a1da-6a52a97b7222",
"text": "Eel braised over low heat in a sauce rich with tomato sauce and arugula, served with creamy smooth Chinese cabbage."
}
]
}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": "The Food Description generation template",
"contents": [
{
"voiceId": "894cdf24-195a-4213-b15f-0395e08e6422",
"text": "Three artichokes with melons, sun-dried tomatoes, pumpkin, onions and capers. Served with roasted kiwi fruit, plus your choice of artichoke or kidney beans."
},
{
"voiceId": "95bc36d7-b0bc-44db-a1da-6a52a97b7222",
"text": "Eel braised over low heat in a sauce rich with tomato sauce and arugula, served with creamy smooth Chinese cabbage."
}
]
}'{
"status": 200,
"message": "OK"
}