📡 API Usage for Kodi/VLC
Use the Worker URL for license requests:
GET https://clearkey.panguplay.workers.dev/result?keyid={hex_keyid}&key={hex_key}
✅ Returns: application/json with proper ClearKey response
Example:
https://clearkey.panguplay.workers.dev/result?keyid=0123456789abcdef0123456789abcdef&key=fedcba9876543210fedcba9876543210
Additional API Endpoints:
POST https://clearkey.panguplay.workers.dev/convert
Body: {"keyid": "hex", "key": "hex"}
POST https://clearkey.panguplay.workers.dev/decode
Body: {"json": {...clearkey json...}}