✨Quickstart
Before we begin, you must have a membership to our loader. By trusting us with your lua, you will have access to our panel as well as a dedicated endpoint for your lua. Sharing any sensitive data will get you in trouble, and we will no longer help you on this matter.
How can I create an Api Key?
On our panel, under the APPLICATION area, there is an item named Api Keys where you may create and copy a key. Please be aware that this key is linked to your account.
How do I use this key?
For each request you make, you must include it in the authorization
header in the way shown below. Bearer YOUR_KEY
curl -X GET "https://cursedcurtain.site/api/licenses/?key=some_license" \
-H "Authorization: Bearer YOUR_API_KEY"
Last updated