Configuration
Last updated
Last updated
GET /api/v1/voices HTTP/1.1
Host: dashboard.omnia-voice.com
X-API-Key: YOUR_API_KEY
Accept: */*
{
"data": [
{
"id": "text",
"name": "text",
"description": "text",
"previewUrl": "text",
"languageCode": "text"
}
],
"groupedByLanguage": {
"ANY_ADDITIONAL_PROPERTY": [
{
"id": "text",
"name": "text",
"description": "text",
"previewUrl": "text",
"languageCode": "text"
}
]
},
"total": 1
}GET /api/v1/languages HTTP/1.1
Host: dashboard.omnia-voice.com
X-API-Key: YOUR_API_KEY
Accept: */*
{
"data": [
{
"id": "text",
"code": "text",
"name": "text",
"isActive": true
}
],
"total": 1
}