Developers
API

Applio API

Create, experiment and develop; fast and public.

What is the Applio API?

Applio API is the key that allows request and access in a few clicks a quantity of +20k voice models created using RVC technology totally free. This is done through our database, with which the Applio Bot (opens in a new tab) and the Website (opens in a new tab) works.

How to access and use the Applio API?

API Reference

Get All Models

Retrieve information about multiple models using the following API endpoint:

GET https://api.applio.org/key=(secret)/models/perpage=(number)/page=(number)?type=(string)
PARAMETERTYPEDESCRIPTION
perpageNumberRequired. Number of models to view (max 25).
pageNumberRequired. Page number to be displayed.
typeStringOptional. Type of model to fetch.

Search Models

Search for specific models by name using the following API endpoint:

GET https://api.applio.org/key=(secret)/models/search?name=(model_name)&type=(kits.ai/rvc)
PARAMETERTYPEDESCRIPTION
searchStringRequired. Name of model to fetch (min 3 letters).
typeStringOptional. Type of model to fetch.

Search User Models

To find specific models based on their associated usernames:

GET https://api.applio.org/key=(secret)/models/user=(username)?type=(kits.ai/rvc)
PARAMETERTYPEDESCRIPTION
userStringRequired. User owner of the models you want to see (min 3 letters).
typeStringOptional. Type of model to fetch.

Check API Status

Check the latency of the API.

GET https://api.applio.org/ping

Make sure to replace (secret) in the API endpoints with your actual API KEY to authenticate your requests.


Performance Testing

In the table below, you will find the results of our performance tests for the Applio API. We run these tests with every new release, and you can access all the logs here:

REQUEST COUNTRESPONSE TIMEVERSION
1001.0sBeta
2501.1sBeta
5001.4sBeta
10001.6sBeta
1000.3s1.0
2500.5s1.0
5000.9s1.0
10001.3s1.0