Welcome. This project exposes API endpoints:
Websites
Feature | Endpoint | Query |
---|---|---|
Encrypt animekai strings | GET /api/enc-kai |
?text=_____ |
Decrypt animekai strings | GET /api/dec-kai |
?text=_____ |
Encrypt 1movies & yflix strings | GET /api/enc-movies-flix |
?text=_____ |
Decrypt 1movies & yflix strings | GET /api/dec-movies-flix |
?text=_____ |
Hosters
Feature | Endpoint | Body |
---|---|---|
Decrypt megaup media | POST /api/dec-mega |
{ "text": _____, "agent": _____ } |
Decrypt rapidshare media | POST /api/dec-rapid |
{ "text": _____, "agent": _____ } |