API ReferenceProfiles
Get Profile
Get a voice profile by ID.
curl -X GET "https://example.com/profiles/string"{
"id": "string",
"name": "string",
"description": "string",
"language": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}