API ReferenceProfiles
Create Profile
Create a new voice profile.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request model for creating a voice profile.
Response Body
application/json
application/json
curl -X POST "https://example.com/profiles" \ -H "Content-Type: application/json" \ -d '{ "name": "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"
}
]
}