Sonna
API ReferenceProfiles

Get Profile

Get a voice profile by ID.

GET
/profiles/{profile_id}

Path Parameters

profile_id*Profile Id

Response Body

application/json

application/json

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"
    }
  ]
}