Quickstart
Get your first synthetic dataset validated in under 5 minutes. This guide walks you through uploading a dataset, running a full validation, and retrieving your scores.You will need an API key to follow this guide. If you do not have one yet, sign up at validate.lucitra.ai and generate a key from the dashboard.
Log in to validate.lucitra.ai and navigate to Settings > API Keys. Click Create Key and copy the value. API keys start with the
luci_ prefix.Store your API key securely. It will only be displayed once. If you lose it, revoke the old key and generate a new one.
Create a dataset record and get a signed upload URL. Supported formats are
coco, kitti, nuscenes, and custom.The response includes a
dataset_id and a signed upload_url. Upload your dataset archive to the signed URL:Datasets can be
.zip or .tar.gz archives. The archive should contain your annotation files and an optional metadata.json at the root.Start a full validation across all four dimensions: coverage, physics plausibility, distribution quality, and sim-to-real gap.
Validation typically completes in 30 to 90 seconds depending on dataset size. The status endpoint returns
queued, running, completed, or failed.Next Steps
Authentication
Understand API keys, rate limits, and enterprise tiers.
Validation Guide
Configure thresholds, custom rules, and dimension weights.
CLI
Run validations from your terminal or CI/CD pipeline.