Enable Subscription Service
Register / Login
After registering and logging in to the dashboard, a default project is created with subscription information. The default project is on the Free plan (most effects available, output always watermarked). Plan details: Plans.
Bind Application Information
The SDK checks that the running app matches the identifiers bound in the Dashboard:- iOS / macOS: Bundle ID (e.g.
com.example.app) - Android: Application package name (e.g.
com.example.app) - Windows: Application name or executable file name
- Linux: Application name or package name
- Web: Application domain (e.g.
example.com) - Flutter: bind both the iOS Bundle ID and the Android package name

Subscribe to a Plan
Click “Subscribe” on the “Your Subscription” card:- Billing cycle: Monthly or Yearly (Yearly is about 20% off — 12 months for the price of 10).
- Plan: Free, Basic, Pro, or Pro+. See Plans for what each includes.
- Pay: Confirm the order summary and complete payment with Stripe.

Get AppID and AppKey
On the Dashboard AppID & AppKey card, copyappId and appKey.

appId + appKey, or with a licenseToken (license token string, {token} JSON, or offline .lic file contents). Web must not embed appKey in frontend JavaScript. Details: License & Auth.
