Gerra Enterprise Platform
Training data for Physical AI - Production grade, petabyte scale, field tested
Training Data for Physical AI
Gerra provides enterprise-grade multi-modal sensor fusion datasets from real-world robot deployments. Hardware-synchronized streams with sub-millisecond precision, built to scale from pilot datasets to petabyte-batch training pipelines.
Platform Overview
The Gerra Enterprise Platform enables organizations to manage and review datasets for training physical AI systems.
Quick Start
Get your API key and make your first request
Datasets API
List, review, and manage your organization's datasets
Key Features
Multi-Modal Sensor Fusion
Hardware-level synchronization across vision, proprioception, IMU, audio, and depth. Sub-millisecond timestamp alignment with nanosecond-precision Unix epochs.
| Modality | Specification |
|---|---|
| Vision | 1920x1080 @ 30fps |
| Proprioception | 75-920Hz JSONL |
| IMU | 1000Hz |
| Sync Precision | Less than 1ms |
Dataset Management Workflow
- List Datasets - Browse all datasets with filters for data type, status, and metadata
- Review Datasets - Download and inspect individual datasets with pre-signed URLs
- Accept or Reject - Approve pending datasets or reject with detailed feedback
Data Formats
| Category | Formats |
|---|---|
| Video | H.264 |
| Sensor Logs | JSONL |
| Timestamps | Unix nanoseconds |
| Metadata | JSON |
| 3D Pose | NPZ |
| Audio | WAV |
Dataset States
Datasets flow through the following states:
pending- Awaiting review by your organizationaccepted- Approved for use in training pipelinesrejected- Rejected with feedback stored in metadata
Authentication
All API endpoints require authentication using an API key in the Gerra-Api-Key header.
curl -H "Gerra-Api-Key: gerra_your_api_key" \
https://api.gerra.com/datasetsReady to get started? Follow the Quick Start Guide to obtain your API key.