React SDKAPI ReferenceInterfaces
StandaloneProtectOptions
Options for standalone asset protection (no React required).
Properties
apiKey
apiKey: string;TrustNXT API key.
apiSecret?
optional apiSecret?: string;Shared secret for encrypted/signed API requests.
baseUrl?
optional baseUrl?: string;Override the default API base URL.
cameraSettings?
optional cameraSettings?: CameraSettings;Pre-extracted camera settings for the asset.
collectSensors?
optional collectSensors?: boolean;When true (default), collect sensor data automatically. Set to false to skip.
features?
optional features?: Features;Feature flags / metadata to embed in the seal.
sandbox?
optional sandbox?: boolean;Use sandbox environment (default: false).
sensorSnapshot?
optional sensorSnapshot?: SensorSnapshot;Pre-collected sensor snapshot (GPS, orientation, etc.).
tags?
optional tags?: Record<string, string>;Custom metadata tags applied to the seal.