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.

Your Api Key is linked to your account, therefore any actions made with it will have an impact on your account.

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