Stripcash supports an extended version of the models API. This endpoint gives you more flexibility in customization and content serving, and the response isn't truncated — each time, you get a complete list of all models available online.
Using it, you aren't entirely dependent on the clients: you can fetch all the necessary information about models the same way as /api/models/online, with additional fields you'll need for proper traffic management.
Each profile has fields related to privacy settings.
Hostnames for stream files are not set.
- You can change the placeholder for the CDN host in the stream section with the appropriate hostname from the dictionary at the beginning of the response. Hostnames may differ depending on the client's country.
CDNConfigprovides better delivery of streams in certain countries.
You will need to store this information in your database in order to serve your clients with relevant information, and not send your traffic to rooms that are hidden by privacy settings.
On your site, you can combine information collected from the models endpoint with our scripts. Site parts like chat and the player might be invaluable and highly engaging, though you can always use your own external HLS player. Check out the other scripts that work well in conjunction with our API and may generate additional revenue from your existing sites.
Now you're ready to obtain your bearer token and start the development.
Full documentation: documentation/api/?tab=models_api_for_aggregators