Create, approve, and start virtual device(s)
Create one or more virtual devices, automatically approve them, and start simulation in a single API call. Supports three modes: event (synthetic events), image (dataset uploads), or hybrid (both). For image mode, use either dataset_version_id (imported dataset) or dataset_path (filesystem). Use manufacturing-specific event type presets or custom event types.
Authorizations
JWT access token. Paste the token only; the Bearer prefix is added automatically.
Body
Virtual devices configuration
Number of devices to create (default: 1, max: 50)
Dataset format: "yolo" (default), "coco", "voc"
Path to YOLO dataset (for image/hybrid modes, filesystem-based)
ID of imported dataset version (for image/hybrid modes)
Prefix for device IDs (default: "virtual-dev")
Seconds between new tracks (default: 5)
Custom event types JSON (overrides preset)
Max simultaneous tracks (default: 3)
Event type preset (e.g., "general_manufacturing", "manufacturing_safety")
Simulation mode: "event" (default), "image", or "hybrid"
Response
Devices created and started successfully
The response is of type object.