SexyVoice Docs
EndpointsApiV1Models

List available models

GET
/api/v1/models

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

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