Sonna
API ReferenceProfiles

List Profiles

List all voice profiles.

GET
/profiles

Response Body

application/json

curl -X GET "https://example.com/profiles"
[
  {
    "id": "string",
    "name": "string",
    "description": "string",
    "language": "string",
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z"
  }
]