Genintelsys / Cloak / Success

You're Pro.

Your subscription is active. A copy of the license below has also been emailed to the address on your Stripe receipt — keep that email; the license is rotated every 30 days at each renewal and the new one arrives the same way.

Your license
JWT · valid 30 days
Provisioning… (this usually takes 1–2 seconds)

Use it in the extension

01
Open the extension
Click the Cloak Humanizer icon in the Chrome toolbar.
02
Settings
Click Settings in the popup footer.
03
Paste the license
Drop the JWT into the License key field and click Activate.

Use it in the API

Send the license as a Bearer token to POST /api/humanize. Example:

curl -X POST https://www.genintelsys.com/api/humanize \
  -H "authorization: Bearer <your-license>" \
  -H "content-type: application/json" \
  -d '{"text":"In conclusion, we must leverage our robust platform."}'

Full API docs at /cloak/api.