SexyVoice Docs
EndpointsApiV1Models

List available models

GET
/api/v1/models

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/models"
{
  "data": [
    {
      "id": "gpro",
      "name": "string",
      "max_input_length": 1,
      "supported_formats": [
        "wav"
      ],
      "supported_styles": [
        "string"
      ]
    }
  ]
}