LoginStart beta
Ayneye
QuickstartStart beta

Schemas

Artifact family for video World-State integrations.

Schemas explain how Ayneye turns footage into stable files your application can store, query, render, and audit.

Artifact family

ArtifactContainsUsed for
scene_graph.jsonObjects, events, zones, relationships, confidence, evidence refsApplication state and agent memory
timeline.jsonOrdered events and semantic refresh markersTimeline UI and replay
evidence_bundle.jsonFrame/time spans, answer traces, review notesTrust and human review
detector_report.jsonDetector mode, thresholds, warnings, fallbackQuality and escalation
cost.jsonDuration, usage, retention, fallback, estimateBudget visibility

scene_graph.json sketch

{
  "video_id": "vid_...",
  "objects": [{"id":"obj_1","label":"vehicle","confidence":0.82}],
  "events": [{"type":"entered_zone","t_start":10.2,"evidence_refs":["ev_1"]}],
  "review_flags": ["low_light"]
}

Schema handling rules