Skip to content

Start Trial

POST
/api/license/start-trial

Start a 14-day free trial tied to the provided email + machine fingerprint.

Proxies to the website’s /api/license/start-trial endpoint, which creates a trial license in MySQL, activates the machine, and returns a signed license file for offline verification.

LicenseStartTrialRequest

Start a 14-day free trial tied to an email and machine fingerprint.

object
email
required
Email
string
machineFingerprint
required
Machinefingerprint
string

Successful Response

LicenseStartTrialResponse

Result of a trial-start attempt.

object
valid
required
Valid
boolean
licenseKey
Licensekey
string
""
licenseFile
Licensefile
string
""
expiresAt
Expiresat
string
""
error
Any of:
string

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object