POST
/
api
/
v1
/
voice
/
custom_voice
{
  "message": "<string>",
  "meta": {},
  "data": {
    "name": "<string>",
    "description": "<string>"
  }
}

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Query Parameters

name
string | null
description
string | null

Body

multipart/form-data

Response

201
application/json

Successful Response

The response is of type object.