Route inventory¶
702 routes across 75 tag groups, generated from the running FastAPI app by
scripts/build_docs.py. The interactive reference is REST API.
Response schemas are thin
Only a handful of routes declare a response_model, so most entries below document the
request side and the status codes, not the response body. That is a real gap, recorded here
rather than papered over: the generated SDK is correspondingly untyped.
activelearn¶
5 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/activelearn/batches |
Batches |
GET |
/api/activelearn/loop |
Loop Status |
POST |
/api/activelearn/loop/retrain |
Loop Retrain |
GET |
/api/activelearn/score |
Score |
POST |
/api/activelearn/select |
Select Route |
adverse¶
3 routes.
| Method | Path | Summary |
|---|---|---|
DELETE |
/api/adverse/{region_id} |
Delete Adverse |
GET |
/api/frames/{frame_id}/adverse |
List Adverse |
POST |
/api/frames/{frame_id}/adverse |
Create Adverse |
agent¶
61 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/agent/ask |
Ask |
GET |
/api/agent/audit/latest |
Audit Latest |
POST |
/api/agent/audit/run |
Audit Run |
POST |
/api/agent/buyer/spec |
Buyer Spec |
POST |
/api/agent/cleanup-sweep |
Cleanup Sweep |
POST |
/api/agent/command |
Command |
GET |
/api/agent/contamination |
Contamination |
GET |
/api/agent/contamination/objects |
Contamination Objects |
POST |
/api/agent/contamination/revert |
Contamination Revert |
POST |
/api/agent/copilot/batch-fix |
Copilot Batch Fix |
GET |
/api/agent/copilot/pattern |
Copilot Pattern |
GET |
/api/agent/coverage |
Coverage |
POST |
/api/agent/disagreements/mine |
Disagreements Mine |
POST |
/api/agent/docs/datasheet |
Docs Datasheet |
POST |
/api/agent/docs/model-card |
Docs Model Card |
POST |
/api/agent/docs/weekly |
Docs Weekly |
POST |
/api/agent/drift/investigate |
Drift Investigate |
GET |
/api/agent/drift/latest |
Drift Latest |
GET |
/api/agent/errors/queue |
Error Queue |
POST |
/api/agent/errors/sweep |
Error Sweep |
GET |
/api/agent/fleet/orders |
Fleet Orders |
POST |
/api/agent/fleet/orders/{order_id}/{status} |
Fleet Order Status |
POST |
/api/agent/fleet/plan |
Fleet Plan |
POST |
/api/agent/flywheel |
Flywheel |
POST |
/api/agent/frames/{frame_id}/attributes |
Attributes Run |
POST |
/api/agent/frames/{frame_id}/attributes/plan |
Attributes Plan |
POST |
/api/agent/frames/{frame_id}/cuboids |
Cuboids Run |
POST |
/api/agent/frames/{frame_id}/cuboids/plan |
Cuboids Plan |
POST |
/api/agent/frames/{frame_id}/fresh |
Fresh |
POST |
/api/agent/frames/{frame_id}/plan |
Plan |
POST |
/api/agent/frames/{frame_id}/reanalyze |
Reanalyze |
POST |
/api/agent/frames/{frame_id}/reanalyze/plan |
Reanalyze Plan |
POST |
/api/agent/frames/{frame_id}/reconcile |
Reconcile |
POST |
/api/agent/frames/{frame_id}/relabel |
Relabel Frame |
POST |
/api/agent/frames/{frame_id}/relabel/plan |
Relabel Plan |
POST |
/api/agent/frames/{frame_id}/run |
Run |
GET |
/api/agent/frames/{frame_id}/suggest |
Suggest |
POST |
/api/agent/gold-drift |
Gold Drift |
POST |
/api/agent/nl-edit/apply |
Nl Edit Apply |
POST |
/api/agent/nl-edit/preview |
Nl Edit Preview |
POST |
/api/agent/objects/{object_id}/crosscam |
Crosscam Run |
POST |
/api/agent/objects/{object_id}/crosscam/plan |
Crosscam Plan |
POST |
/api/agent/objects/{object_id}/propagate |
Propagate Run |
POST |
/api/agent/objects/{object_id}/propagate/plan |
Propagate Plan |
GET |
/api/agent/ontology/proposals |
Ontology Proposals |
POST |
/api/agent/ontology/proposals/{proposal_id}/approve |
Ontology Approve |
POST |
/api/agent/ontology/proposals/{proposal_id}/reject |
Ontology Reject |
POST |
/api/agent/ontology/scan |
Ontology Scan |
POST |
/api/agent/ops/ask |
Ops Ask |
POST |
/api/agent/reanalyze/all |
Reanalyze All |
POST |
/api/agent/relabel/all |
Relabel All |
GET |
/api/agent/report |
Report |
GET |
/api/agent/runs |
Runs |
GET |
/api/agent/runs/interrupted |
Interrupted Runs |
GET |
/api/agent/runs/{run_id} |
Run Detail |
POST |
/api/agent/runs/{run_id}/resume |
Resume Run |
POST |
/api/agent/runs/{run_id}/revert |
Revert |
POST |
/api/agent/scenarios/mine |
Scenarios Mine |
POST |
/api/agent/temporal-repair |
Temporal Repair Run |
POST |
/api/agent/temporal-repair/plan |
Temporal Repair Plan |
POST |
/api/agent/training/cycle |
Training Cycle |
analytics¶
13 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/analytics/classes |
Classes |
GET |
/api/analytics/cluster-map |
Cluster Map |
GET |
/api/analytics/dedup-rate |
Dedup Rate |
GET |
/api/analytics/geo |
Geo |
GET |
/api/analytics/growth |
Growth |
GET |
/api/analytics/overview |
Overview |
GET |
/api/analytics/pii |
Pii |
GET |
/api/analytics/productivity |
Productivity |
GET |
/api/analytics/report |
Report |
GET |
/api/analytics/review-agreement |
Review Agreement |
GET |
/api/analytics/scenarios |
Scenarios |
GET |
/api/analytics/scene-splits |
Scene Splits |
GET |
/api/analytics/source-mix |
Source Mix |
assets¶
11 routes.
| Method | Path | Summary |
|---|---|---|
DELETE |
/api/annotations/{annotation_id} |
Delete Annotation |
PATCH |
/api/annotations/{annotation_id} |
Update Annotation |
POST |
/api/assets |
Create Assets |
GET |
/api/assets/kinds |
Kinds |
GET |
/api/assets/{asset_id} |
Get Asset |
GET |
/api/assets/{asset_id}/annotations |
List Annotations |
POST |
/api/assets/{asset_id}/annotations |
Create Annotation |
POST |
/api/assets/{asset_id}/state |
Set Asset State |
GET |
/api/projects/{project_id}/assets |
List Assets |
POST |
/api/projects/{project_id}/label-config |
Set Label Config |
GET |
/api/projects/{project_id}/stats |
Project Stats |
auth¶
3 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/auth/dev-login |
Dev Login |
POST |
/api/auth/media-token |
Media Token |
POST |
/api/auth/refresh |
Refresh |
autolabel¶
5 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/autolabel/ego-masks/estimate |
Estimate Ego Masks |
POST |
/api/autolabel/pii-backfill |
Pii Backfill |
POST |
/api/autolabel/redetect-all |
Redetect All |
POST |
/api/autolabel/start |
Start |
GET |
/api/autolabel/{job_id} |
Status |
billing¶
3 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/billing/certify/{commit_id} |
Certify |
GET |
/api/billing/invoice |
Invoice |
GET |
/api/billing/usage |
Usage |
calibration¶
9 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/calibration/sessions |
List Sessions |
POST |
/api/calibration/validate |
Validate |
POST |
/api/calibration/vehicle/{vehicle_id}/calibrate |
Calibrate Vehicle |
GET |
/api/calibration/{session_id} |
Get Validation |
POST |
/api/calibration/{session_id}/calibrate |
Calibrate Session |
POST |
/api/calibration/{session_id}/estimate |
Estimate Session |
POST |
/api/calibration/{session_id}/extrinsics |
Check Extrinsics |
POST |
/api/calibration/{session_id}/import |
Import Calib |
GET |
/api/calibration/{session_id}/resolved |
Resolved |
calyx¶
6 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/calyx/rig/{vehicle_id}/consensus |
Rig Consensus |
GET |
/api/calyx/rig/{vehicle_id}/history |
Rig |
GET |
/api/calyx/session/{session_id} |
Session State |
POST |
/api/calyx/session/{session_id}/drift |
Record |
POST |
/api/calyx/session/{session_id}/recover |
Recover Session |
POST |
/api/calyx/targetless |
Targetless |
campaigns¶
16 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/campaigns |
List Campaigns |
POST |
/api/campaigns |
Create Campaign |
GET |
/api/campaigns/{campaign_id} |
Campaign Detail |
POST |
/api/campaigns/{campaign_id}/approve |
Approve Stage |
POST |
/api/campaigns/{campaign_id}/stop |
Stop |
POST |
/api/campaigns/{campaign_id}/tick |
Tick |
GET |
/api/lineage/dataset/{commit_id} |
Dataset Lineage |
GET |
/api/lineage/model/{model_version} |
Model Lineage |
GET |
/api/lineage/session/{session_id} |
Session Lineage |
POST |
/api/tracklets/objects/{object_id}/keyframe |
Set Keyframe |
POST |
/api/tracklets/objects/{object_id}/propagate |
Propagate |
GET |
/api/tracklets/stats/summary |
Tracklet Stats |
GET |
/api/tracklets/{track_id} |
Load Tracklet |
POST |
/api/tracklets/{track_id}/attributes |
Set Track Attributes |
POST |
/api/tracklets/{track_id}/derive |
Derive |
GET |
/api/tracklets/{track_id}/suggest-keyframes |
Suggest Keyframes |
checkpoints¶
6 routes.
| Method | Path | Summary |
|---|---|---|
DELETE |
/api/checkpoints/{checkpoint_id} |
Remove |
GET |
/api/checkpoints/{checkpoint_id} |
Get One |
POST |
/api/checkpoints/{checkpoint_id}/restore |
Restore |
GET |
/api/frames/{frame_id}/checkpoints |
List For Frame |
POST |
/api/frames/{frame_id}/checkpoints |
Save As |
GET |
/api/objects/{object_id}/history |
Object History |
cloud¶
6 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/cloud/connect |
Cloud Connect |
POST |
/api/cloud/disconnect |
Cloud Disconnect |
GET |
/api/cloud/orphans |
Cloud Orphans |
POST |
/api/cloud/orphans/terminate |
Cloud Terminate Orphan |
GET |
/api/cloud/status |
Cloud Status |
GET |
/api/gpu/slot |
Gpu Slot Status |
collaborate¶
13 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/collaborate/assign |
Assign |
GET |
/api/collaborate/assignments |
Assignments |
POST |
/api/collaborate/assignments/{assignment_id}/commit |
Commit Work |
GET |
/api/collaborate/branches |
Branches |
GET |
/api/collaborate/merge_requests |
Merge Requests |
POST |
/api/collaborate/merge_requests/open |
Open Mr |
POST |
/api/collaborate/merge_requests/{mr_id}/approve |
Approve Mr |
POST |
/api/collaborate/merge_requests/{mr_id}/merge |
Merge Mr |
POST |
/api/collaborate/merge_requests/{mr_id}/revert |
Revert Mr |
POST |
/api/collaborate/tasks/claim |
Claim Task Ep |
POST |
/api/collaborate/tasks/enqueue |
Enqueue Tasks Ep |
GET |
/api/collaborate/tasks/stats |
Task Stats Ep |
POST |
/api/collaborate/tasks/{assignment_id}/advance |
Advance Task Ep |
corrections¶
4 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/corrections/confusions |
Confusions |
GET |
/api/corrections/coverage |
Coverage |
POST |
/api/corrections/embed |
Embed |
POST |
/api/corrections/suggest |
Suggest |
curation¶
8 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/curation/dedup |
Dedup |
GET |
/api/curation/diverse |
Diverse |
POST |
/api/curation/embed |
Embed |
POST |
/api/curation/extract |
Extract |
GET |
/api/curation/slices |
List Curation Slices |
POST |
/api/curation/slices |
Create Curation Slice |
GET |
/api/curation/slices/{slice_id}/materialize |
Materialize Curation Slice |
GET |
/api/curation/summary |
Summary |
datasets¶
14 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/datasets |
List Datasets |
GET |
/api/datasets/blob |
Dataset Blob |
GET |
/api/datasets/compile |
Compile Only |
POST |
/api/datasets/export |
Start Export |
POST |
/api/datasets/lake/publish |
Publish Lake |
GET |
/api/datasets/lake/{table} |
Read Lake |
GET |
/api/datasets/preview |
Preview |
POST |
/api/datasets/shards |
Build |
GET |
/api/datasets/versions/{name} |
Dataset Versions |
GET |
/api/datasets/vocabulary |
Vocabulary |
GET |
/api/datasets/{a_id}/diff/{b_id} |
Dataset Diff |
GET |
/api/datasets/{commit_id} |
Dataset Detail |
GET |
/api/datasets/{commit_id}/download |
Download Dataset |
GET |
/api/datasets/{commit_id}/lineage |
Dataset Lineage |
discovery¶
3 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/discovery/queue |
Queue |
POST |
/api/discovery/run |
Run |
POST |
/api/discovery/{candidate_id}/state |
Set State |
drivable¶
5 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/drivable/backfill |
Drivable Backfill |
GET |
/api/drivable/coverage |
Drivable Coverage |
GET |
/api/frames/{frame_id}/drivable |
Get Drivable |
POST |
/api/frames/{frame_id}/drivable |
Segment Frame |
PUT |
/api/frames/{frame_id}/drivable |
Refine Drivable |
driving-events¶
14 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/driving-events/{event_id}/confirm |
Confirm |
POST |
/api/driving-events/{event_id}/reject |
Reject |
GET |
/api/events/corpus-summary |
Corpus Summary Ep |
GET |
/api/events/search |
Search |
GET |
/api/events/taxonomy |
Taxonomy |
GET |
/api/lanes/type-coverage |
Lane Type Coverage |
GET |
/api/sessions/{session_id}/driving-events |
List Driving Events |
POST |
/api/sessions/{session_id}/driving-events |
Create |
POST |
/api/sessions/{session_id}/driving-events/derive |
Derive |
POST |
/api/sessions/{session_id}/driving-events/preview |
Preview |
GET |
/api/sessions/{session_id}/driving-events/summary |
Summary |
POST |
/api/sessions/{session_id}/lanes/classify |
Classify Lanes |
POST |
/api/sessions/{session_id}/lanes/link |
Link Lanes |
GET |
/api/tracks/{track_id}/driving-events |
Track Events |
dynamics¶
3 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/dynamics/compute |
Compute |
GET |
/api/dynamics/frame/{frame_id} |
Get Frame |
GET |
/api/dynamics/object/{object_id} |
Get Object |
edge¶
10 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/activelearn/champion-sweep |
Champion Sweep |
GET |
/api/edge/artifacts/{artifact_id}/field |
Field Report |
GET |
/api/edge/artifacts/{artifact_id}/gate |
Field Gate |
GET |
/api/edge/devices |
List Devices |
POST |
/api/edge/devices |
Register Device |
GET |
/api/edge/fleet |
Fleet Summary |
POST |
/api/edge/telemetry |
Ingest Telemetry |
GET |
/api/exports/resumable |
List Resumable |
GET |
/api/exports/{job_id}/progress |
Export Progress |
POST |
/api/exports/{job_id}/resume |
Resume Export |
errordetect¶
7 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/errordetect/candidates |
Candidates |
POST |
/api/errordetect/candidates/bulk |
Bulk |
POST |
/api/errordetect/candidates/{candidate_id}/confirm |
Confirm |
POST |
/api/errordetect/candidates/{candidate_id}/dismiss |
Dismiss |
GET |
/api/errordetect/precision |
Precision |
POST |
/api/errordetect/run |
Run |
GET |
/api/errordetect/summary |
Summary Ep |
eval¶
2 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/eval/operations |
Operations |
GET |
/api/eval/operations/{op_type}/latest |
Operation Latest |
events¶
4 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/events/jobs |
Job Events |
GET |
/api/events/notifications |
Notification Events |
GET |
/api/events/system |
System Events |
GET |
/api/events/training/{job_id} |
Training Job Events |
experiments¶
8 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/activelearn/false-negatives |
False Negatives |
POST |
/api/activelearn/recall-reliability |
Recall Reliability |
POST |
/api/eval/tracking |
Score Tracking |
GET |
/api/experiments |
List Experiments |
POST |
/api/experiments |
Create Experiment |
GET |
/api/experiments/runs/compare |
Compare |
GET |
/api/experiments/{name} |
Experiment Detail |
POST |
/api/experiments/{name}/runs |
Attach Run |
explore¶
17 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/explore/eval |
Run Eval |
DELETE |
/api/explore/eval/{eval_id} |
Delete Eval |
GET |
/api/explore/eval/{eval_id}/cells |
Eval Cells |
GET |
/api/explore/eval/{eval_id}/patches |
Eval Patches |
GET |
/api/explore/evals |
List Evals |
POST |
/api/explore/facets |
Facets |
GET |
/api/explore/gold/{gold_id}/provenance |
Gold Provenance |
POST |
/api/explore/projection |
Fit Projection |
DELETE |
/api/explore/projection/{projection_id} |
Delete Projection |
GET |
/api/explore/projection/{projection_id}/points |
Projection Points |
GET |
/api/explore/projections |
List Projections |
POST |
/api/explore/select |
Select Ids |
POST |
/api/explore/tag |
Apply Tags |
GET |
/api/explore/tags |
Tag Vocabulary |
GET |
/api/explore/views |
List Views |
POST |
/api/explore/views |
Save View |
GET |
/api/explore/views/{slice_id}/export-spec |
View Export Spec |
export¶
4 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/export |
Export |
GET |
/api/export/scenario/event/{event_id} |
Scenario From Event |
GET |
/api/export/scenario/session/{session_id} |
Scenario From Window |
GET |
/api/export/{commit_id}/certificate |
Certificate |
flywheel¶
11 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/flywheel/adaptive/auto |
Adaptive Auto |
POST |
/api/flywheel/adaptive/collection-orders |
Adaptive Collection Orders |
POST |
/api/flywheel/adaptive/cycle |
Adaptive Cycle Run |
GET |
/api/flywheel/adaptive/cycles |
Adaptive Cycles |
POST |
/api/flywheel/adaptive/dispatch |
Adaptive Dispatch |
GET |
/api/flywheel/gate-directed |
Gate Directed Latest |
GET |
/api/flywheel/gate-directed/{run_id} |
Gate Directed Plan |
POST |
/api/flywheel/gate-directed/{run_id}/materialize |
Gate Directed Materialize |
GET |
/api/flywheel/lineage/{deployment_id} |
Lineage |
POST |
/api/flywheel/session/{session_id}/run |
Run |
GET |
/api/flywheel/stages |
Stages |
forgyx¶
10 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/forgyx/benchmark |
Ingest Benchmark |
GET |
/api/forgyx/benchmarks |
Benchmarks |
GET |
/api/forgyx/benchmarks/audit |
Benchmarks Audit |
GET |
/api/forgyx/capabilities |
Capabilities |
POST |
/api/forgyx/cooptimize |
Cooptimize |
GET |
/api/forgyx/deployments |
Deployments |
POST |
/api/forgyx/export/{model_version} |
Export Model |
POST |
/api/forgyx/gate |
Gate |
POST |
/api/forgyx/rollout |
Rollout |
POST |
/api/forgyx/thermal |
Thermal |
govern¶
22 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/govern/audit |
Audit |
POST |
/api/govern/consent |
Consent |
GET |
/api/govern/consent/{consent_status}/gate |
Consent Gate |
GET |
/api/govern/control/pending |
Control Pending |
GET |
/api/govern/control/precision |
Control Precision |
POST |
/api/govern/control/seed |
Control Seed |
POST |
/api/govern/control/{sample_id}/verdict |
Control Verdict |
POST |
/api/govern/controller/tick |
Controller Tick |
POST |
/api/govern/cost/gate |
Cost Ceiling |
POST |
/api/govern/drift/scan |
Drift Scan |
POST |
/api/govern/erase |
Erase |
POST |
/api/govern/killswitch/engage |
Killswitch Engage |
POST |
/api/govern/killswitch/release |
Killswitch Release |
GET |
/api/govern/lineage/{subject} |
Lineage |
POST |
/api/govern/promote |
Promote |
POST |
/api/govern/redaction/proof |
Redaction Proof |
GET |
/api/govern/registry |
Registry List |
POST |
/api/govern/registry/register |
Registry Register |
POST |
/api/govern/registry/register_run |
Registry Register Run |
GET |
/api/govern/retention/due |
Retention Due |
POST |
/api/govern/retention/sweep |
Retention Sweep |
GET |
/api/govern/state |
State |
hardening¶
5 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/hardening/efficiency |
Efficiency |
POST |
/api/hardening/reproducible |
Reproducible |
POST |
/api/hardening/slo |
Slo Tick |
GET |
/api/hardening/slo/board |
Slo Board View |
GET |
/api/system/resources |
System Resources |
hdmap¶
6 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/hdmap/commits |
Commits |
GET |
/api/hdmap/elements |
Elements |
POST |
/api/hdmap/elements/metric |
Create Metric Element Ep |
POST |
/api/hdmap/fuse |
Fuse |
POST |
/api/hdmap/georef |
Georef |
GET |
/api/hdmap/provenance |
Provenance |
identity¶
16 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/auth/login |
Login |
POST |
/api/auth/login/mfa |
Login Mfa |
POST |
/api/auth/logout |
Logout |
GET |
/api/auth/methods |
Auth Methods |
POST |
/api/auth/mfa/confirm |
Mfa Confirm |
POST |
/api/auth/mfa/disable |
Mfa Disable |
POST |
/api/auth/mfa/setup |
Mfa Setup |
POST |
/api/auth/mfa/setup-pending |
Mfa Setup Pending |
GET |
/api/auth/oidc/callback |
Oidc Callback |
GET |
/api/auth/oidc/start |
Oidc Start |
POST |
/api/auth/password/change |
Change Password |
POST |
/api/auth/password/reset |
Reset |
POST |
/api/auth/password/reset-request |
Reset Request |
GET |
/api/auth/profile |
Profile |
POST |
/api/auth/sessions/revoke |
Revoke Sessions |
POST |
/api/auth/signup |
Signup |
imports¶
6 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/imports |
List Jobs |
POST |
/api/imports/dry-run |
Dry Run |
GET |
/api/imports/formats |
Formats |
POST |
/api/imports/start |
Start |
GET |
/api/imports/{job_id} |
Status |
GET |
/api/ingest/progress |
Ingest Progress |
inbox¶
8 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/activity |
List Activity |
GET |
/api/activity/summary |
Activity Summary |
GET |
/api/govern/pii-access |
Pii Access |
GET |
/api/govern/pii-access/summary |
Pii Access Summary |
GET |
/api/notifications |
List Notifications |
GET |
/api/notifications/count |
Count Notifications |
POST |
/api/notifications/read-all |
Read All |
POST |
/api/notifications/{notification_id}/read |
Read Notification |
inertial¶
11 routes.
| Method | Path | Summary |
|---|---|---|
DELETE |
/api/events/{event_id} |
Remove Timeline Event |
PATCH |
/api/events/{event_id} |
Edit Timeline Event |
GET |
/api/sessions/{session_id}/egostate |
Ego State |
GET |
/api/sessions/{session_id}/events |
List Timeline Events |
POST |
/api/sessions/{session_id}/events |
Create Timeline Event |
POST |
/api/sessions/{session_id}/events/auto |
Persist Auto Events |
POST |
/api/sessions/{session_id}/events/correlate |
Correlate Timeline Event |
POST |
/api/sessions/{session_id}/events/scene |
Persist Scene Events Ep |
GET |
/api/sessions/{session_id}/inertial_events |
Inertial Events |
GET |
/api/sessions/{session_id}/qa/consistency |
Qa Consistency |
GET |
/api/sessions/{session_id}/timeline |
Timeline |
inspector¶
16 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/inspector/health/sweep |
Health Sweep |
POST |
/api/inspector/index/backfill |
Index Backfill |
GET |
/api/inspector/layouts |
List Layouts |
POST |
/api/inspector/layouts |
Save Layout |
DELETE |
/api/inspector/layouts/{layout_id} |
Delete Layout |
GET |
/api/inspector/sessions |
List Sessions |
GET |
/api/inspector/sessions/{session_id}/annotations-at |
Annotations At |
GET |
/api/inspector/sessions/{session_id}/cloud |
Session Cloud |
GET |
/api/inspector/sessions/{session_id}/events |
Session Events |
GET |
/api/inspector/sessions/{session_id}/frame-at |
Frame At |
GET |
/api/inspector/sessions/{session_id}/health |
Get Health |
POST |
/api/inspector/sessions/{session_id}/health |
Run Health |
GET |
/api/inspector/sessions/{session_id}/index |
Get Index |
POST |
/api/inspector/sessions/{session_id}/index |
Build Index |
GET |
/api/inspector/sessions/{session_id}/lichtblick |
Lichtblick Link |
GET |
/api/inspector/sessions/{session_id}/mcap-url |
Mcap Url |
integrations¶
8 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/integrations/events |
Known Events |
GET |
/api/integrations/sources |
List Sources |
POST |
/api/integrations/sources |
Register Source |
DELETE |
/api/integrations/sources/{source_id} |
Delete Source |
GET |
/api/integrations/sources/{source_id}/preview |
Preview Source |
GET |
/api/integrations/webhooks |
List Webhooks |
POST |
/api/integrations/webhooks |
Create Webhook |
DELETE |
/api/integrations/webhooks/{webhook_id} |
Delete Webhook |
intelligence¶
4 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/mine |
Mine |
GET |
/api/scenarios |
List Scenarios |
GET |
/api/scenarios/search |
Scenarios Search |
GET |
/api/scenarios/{scenario_id} |
Scenario Detail |
jobs¶
2 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/jobs |
Jobs |
POST |
/api/jobs/{kind}/{job_id}/cancel |
Cancel |
labelops¶
24 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/labelops/issues |
List Issues |
POST |
/api/labelops/issues |
Create Issue |
GET |
/api/labelops/issues/{issue_id} |
Get Issue |
POST |
/api/labelops/issues/{issue_id}/comment |
Comment |
POST |
/api/labelops/issues/{issue_id}/resolve |
Resolve Issue |
GET |
/api/labelops/jobs |
List Jobs |
POST |
/api/labelops/jobs/{job_id}/assign |
Assign Job |
POST |
/api/labelops/jobs/{job_id}/state |
Set State |
POST |
/api/labelops/jobs/{job_id}/submit |
Submit Job |
GET |
/api/labelops/judge-agreement |
Read Judge Agreement |
GET |
/api/labelops/my-jobs |
My Jobs |
POST |
/api/labelops/precision-batch |
Make Precision Batch |
GET |
/api/labelops/precision/{batch_id} |
Read Precision |
GET |
/api/labelops/prereview/{batch_id} |
Read Prereview |
POST |
/api/labelops/prereview/{batch_id} |
Run Prereview |
GET |
/api/labelops/projects |
List Projects |
POST |
/api/labelops/projects |
Create Project |
GET |
/api/labelops/projects/{project_id}/board |
Project Board |
POST |
/api/labelops/replica-groups/{replica_group}/agreement |
Score Agreement |
GET |
/api/labelops/scorecards |
Scorecards |
GET |
/api/labelops/scorecards/full |
Full Scorecards |
GET |
/api/labelops/scorecards/me |
My Scorecard |
POST |
/api/labelops/tasks |
Create Task |
GET |
/api/labelops/tasks/{task_id}/agreement |
Task Agreement |
labelox¶
5 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/labelox/propagate4d |
Propagate4D |
POST |
/api/labelox/quality/agreement |
Quality Agreement |
POST |
/api/labelox/quality/audit |
Quality Audit |
GET |
/api/labelox/queue |
Label Queue |
POST |
/api/labelox/reconcile/parity |
Reconcile Parity Gate |
lanes¶
6 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/frames/{frame_id}/lanes |
List Lanes |
POST |
/api/frames/{frame_id}/lanes |
Create Lane |
POST |
/api/frames/{frame_id}/lanes/propagate |
Propagate |
POST |
/api/frames/{frame_id}/lanes/propose |
Propose |
DELETE |
/api/lanes/{lane_id} |
Delete Lane |
PUT |
/api/lanes/{lane_id} |
Update Lane |
lidar¶
44 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/lidar/aggregate |
Aggregate |
POST |
/api/lidar/aggregate/{agg_id}/label |
Aggregate Label |
GET |
/api/lidar/analytics3d |
Analytics3D |
GET |
/api/lidar/clouds/{cloud_id} |
Cloud Meta |
GET |
/api/lidar/clouds/{cloud_id}/bev-labels |
Cloud Bev Labels |
POST |
/api/lidar/clouds/{cloud_id}/extract |
Extract Static |
GET |
/api/lidar/clouds/{cloud_id}/ground-qa |
Cloud Ground Qa |
POST |
/api/lidar/clouds/{cloud_id}/lift |
Lift Cloud Objects |
POST |
/api/lidar/clouds/{cloud_id}/link |
Link Cloud Objects |
GET |
/api/lidar/clouds/{cloud_id}/objects3d |
List Objects3D |
POST |
/api/lidar/clouds/{cloud_id}/objects3d |
Create Object3D |
POST |
/api/lidar/clouds/{cloud_id}/occupancy |
Cloud Occupancy |
GET |
/api/lidar/clouds/{cloud_id}/points |
Cloud Points |
GET |
/api/lidar/clouds/{cloud_id}/quality3d |
List Quality3D |
POST |
/api/lidar/clouds/{cloud_id}/quality3d |
Quality3D |
POST |
/api/lidar/clouds/{cloud_id}/segment |
Segment |
GET |
/api/lidar/clouds/{cloud_id}/segmentation |
Get Segmentation |
GET |
/api/lidar/clouds/{cloud_id}/segmentation/points |
Segmentation Points |
POST |
/api/lidar/clouds/{cloud_id}/traverse |
Traverse |
POST |
/api/lidar/cuboids/{frame_id} |
Compute Cuboids |
POST |
/api/lidar/export3d |
Export3D |
POST |
/api/lidar/frames/{frame_id}/lift |
Lift Frame Objects |
GET |
/api/lidar/objects2d/{object_id}/linked3d |
Object2D Linked3D |
POST |
/api/lidar/objects3d/batch_correct |
Batch Correct Objects3D |
DELETE |
/api/lidar/objects3d/{object_3d_id} |
Delete Object3D |
PATCH |
/api/lidar/objects3d/{object_3d_id} |
Edit Object3D |
POST |
/api/lidar/objects3d/{object_3d_id}/consistency |
Object3D Consistency |
GET |
/api/lidar/objects3d/{object_3d_id}/linked |
Object3D Linked |
GET |
/api/lidar/objects3d/{object_3d_id}/projection |
Project Object3D |
POST |
/api/lidar/objects3d/{object_3d_id}/properties |
Compute Properties Endpoint |
GET |
/api/lidar/objects3d/{object_3d_id}/similar |
Similar Objects3D |
POST |
/api/lidar/quality3d/{flag_id}/confirm |
Confirm Quality3D |
GET |
/api/lidar/search3d |
Search3D |
POST |
/api/lidar/sessions/{session_id}/build |
Build Clouds |
GET |
/api/lidar/sessions/{session_id}/clouds |
List Clouds |
POST |
/api/lidar/sessions/{session_id}/rare3d |
Rare3D |
POST |
/api/lidar/sessions/{session_id}/scene3d |
Scene3D |
GET |
/api/lidar/sessions/{session_id}/static_elements |
List Static Elements |
POST |
/api/lidar/sessions/{session_id}/track3d |
Run Tracking |
GET |
/api/lidar/sessions/{session_id}/tracks3d |
List Tracks3D |
GET |
/api/lidar/sessions/{session_id}/trajectory |
Trajectory |
POST |
/api/lidar/sessions/{session_id}/validate |
Validate Lidar |
POST |
/api/lidar/tracks3d/{track_3d_id}/interpolate |
Interpolate Track |
GET |
/api/sessions/{session_id}/static-dynamic |
Session Static Dynamic |
mapassist¶
2 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/mapassist/match |
Match |
GET |
/api/mapassist/priors |
Priors |
meta¶
12 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/ontology |
Ontology |
POST |
/api/ontology/classes |
Create Class |
POST |
/api/ontology/classes/merge |
Merge Classes |
POST |
/api/ontology/classes/rename |
Rename Class |
POST |
/api/ontology/classes/retire |
Retire Classes |
POST |
/api/ontology/merges/{run_id}/revert |
Revert Merge Run |
GET |
/api/platforms |
List Platforms |
GET |
/api/sessions |
Sessions |
GET |
/api/sessions/page |
Sessions Page |
GET |
/api/sessions/states |
Session States |
GET |
/api/sessions/{session_id}/first-frame |
First Frame |
GET |
/api/sessions/{session_id}/stats |
Session Stats |
models¶
1 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/models |
List Models |
multicam¶
16 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/multicam/associate |
Associate |
POST |
/api/multicam/consistency-check |
Consistency Check Ep |
GET |
/api/multicam/group/at |
Group At |
POST |
/api/multicam/group/confirm |
Group Confirm |
GET |
/api/multicam/group/nav |
Group Nav |
GET |
/api/multicam/groups |
Groups |
POST |
/api/multicam/groups/build |
Build Groups |
GET |
/api/multicam/groups/persisted |
Persisted Groups |
POST |
/api/multicam/link |
Link Ep |
POST |
/api/multicam/propagate |
Propagate Ep |
GET |
/api/multicam/rig-objects |
Rig Objects Ep |
GET |
/api/multicam/rig-track/timeline |
Rig Track Timeline Ep |
GET |
/api/multicam/rig-tracks |
Rig Tracks Ep |
POST |
/api/multicam/rig-tracks/build |
Rig Tracks Build Ep |
GET |
/api/multicam/suggest-links |
Suggest Links Ep |
POST |
/api/multicam/unlink |
Unlink Ep |
objects¶
31 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/frames/{frame_id} |
Get Frame |
PATCH |
/api/frames/{frame_id}/context |
Set Frame Context |
GET |
/api/frames/{frame_id}/cuboids |
Frame Cuboids |
GET |
/api/frames/{frame_id}/filmstrip |
Frame Filmstrip |
GET |
/api/frames/{frame_id}/image |
Frame Image |
GET |
/api/frames/{frame_id}/lift_ground |
Lift Ground |
GET |
/api/frames/{frame_id}/objects |
Frame Objects |
POST |
/api/frames/{frame_id}/objects |
Create Object |
GET |
/api/frames/{frame_id}/relations |
Relations List |
POST |
/api/frames/{frame_id}/relations/propose |
Relations Propose |
GET |
/api/frames/{frame_id}/relationships |
Frame Relationships |
POST |
/api/frames/{frame_id}/vlm-target/generate |
Vlm Target Generate |
GET |
/api/frames/{frame_id}/vlm-targets |
Vlm Targets List |
POST |
/api/objects/classify |
Classify Object |
POST |
/api/objects/crops |
Object Crop Sheet |
POST |
/api/objects/quality/backfill |
Quality Backfill Ep |
DELETE |
/api/objects/{object_id} |
Delete Object |
GET |
/api/objects/{object_id} |
Get Object |
GET |
/api/objects/{object_id}/crop |
Object Crop |
GET |
/api/objects/{object_id}/explain |
Explain Object Ep |
PUT |
/api/objects/{object_id}/mask |
Update Mask |
POST |
/api/objects/{object_id}/propagate |
Propagate Object |
GET |
/api/objects/{object_id}/quality |
Object Quality Ep |
POST |
/api/objects/{object_id}/relate |
Relate Object |
POST |
/api/objects/{object_id}/sam_propagate |
Sam Propagate |
POST |
/api/relations/{relationship_id}/status |
Relation Status |
DELETE |
/api/relationships/{relationship_id} |
Delete Relationship |
GET |
/api/scene-graph/vocab |
Scene Graph Vocab |
POST |
/api/segment |
Segment |
GET |
/api/vlm-dataset/export |
Vlm Dataset Export |
POST |
/api/vlm-targets/{target_id}/status |
Vlm Target Status |
ocr¶
2 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/ocr/region |
Ocr Region |
POST |
/api/ocr/run |
Run |
oraclyx¶
8 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/oraclyx/board |
Board |
POST |
/api/oraclyx/disagreements/rank |
Disagreements Rank |
GET |
/api/oraclyx/distillation |
Distillation |
POST |
/api/oraclyx/mono-depth |
Mono Depth |
POST |
/api/oraclyx/object/{object_id}/consensus |
Consensus |
POST |
/api/oraclyx/radar/fuse |
Radar Fuse |
POST |
/api/oraclyx/tracks4d/stitch |
Tracks4D Stitch |
POST |
/api/oraclyx/uncertainty |
Uncertainty |
predictions¶
3 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/inference-runs |
Ingest Run |
POST |
/api/models/external |
Register External |
GET |
/api/predictions/{prediction_id}/crop |
Prediction Crop |
quality¶
11 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/quality/attr-audit/{session_id} |
Attr Audit |
POST |
/api/quality/calibrate/fit |
Calibrate Fit |
GET |
/api/quality/gold-sets |
Gold Sets |
POST |
/api/quality/gold/seal |
Seal |
POST |
/api/quality/gold/{gold_id}/measure |
Measure |
POST |
/api/quality/iaa |
Inter Annotator Agreement |
GET |
/api/quality/sheet |
Sheet |
POST |
/api/quality/track-gap-fill |
Track Gap Fill |
GET |
/api/quality/track-gap-fill/plan |
Track Gap Plan |
POST |
/api/quality/track-relabel-backfill |
Track Relabel Backfill |
GET |
/api/quality/track-relabel-backfill/plan |
Track Relabel Plan |
reasoner¶
8 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/reasoner/attribution |
Attribution |
GET |
/api/reasoner/coverage |
Coverage |
POST |
/api/reasoner/explain |
Explain |
GET |
/api/reasoner/outcomes |
Outcomes |
GET |
/api/reasoner/priors |
Priors |
POST |
/api/reasoner/rerun/{session_id} |
Rerun |
GET |
/api/reasoner/trace/{object_id} |
Trace |
GET |
/api/reasoner/weights |
Suggested Weights |
recall¶
4 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/recall/candidates |
Candidates |
POST |
/api/recall/candidates/{candidate_id}/{verdict} |
Rule |
GET |
/api/recall/progress |
Progress |
POST |
/api/recall/run/{session_id} |
Run |
relabel¶
4 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/relabel/ingest |
Ingest |
GET |
/api/relabel/runs |
Runs |
POST |
/api/relabel/runs/{run_id}/revert |
Revert |
POST |
/api/relabel/start |
Start |
release¶
3 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/release/gold/{gold_id}/lineage |
Lineage |
GET |
/api/release/registry |
Registry |
GET |
/api/release/{commit_id}/verify |
Verify |
review¶
3 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/objects/bulk-review |
Bulk Review |
POST |
/api/objects/{object_id}/review |
Review Object |
POST |
/api/qa/vlm |
Qa Vlm |
sanyx¶
6 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/sanyx/board |
Board |
GET |
/api/sanyx/gate/{session_id} |
Gate |
GET |
/api/sanyx/rig/{vehicle_id}/trends |
Rig Trends View |
GET |
/api/sanyx/session/{session_id} |
Session Report |
POST |
/api/sanyx/session/{session_id}/override |
Override |
POST |
/api/sanyx/session/{session_id}/run |
Run |
search¶
6 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/embeddings/compute |
Embeddings Compute |
GET |
/api/objects/{object_id}/similar |
Objects Similar |
POST |
/api/scene/classify |
Scene Classify |
GET |
/api/search/objects |
Search Objects |
GET |
/api/search/semantic |
Search Semantic |
POST |
/api/search/similar |
Search Similar |
security¶
20 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/sec/identities |
List Identities |
DELETE |
/api/sec/identities/{identity_id} |
Forget Identity |
GET |
/api/sec/identities/{identity_id} |
Identity Detail |
GET |
/api/sec/incidents |
List Incidents |
POST |
/api/sec/incidents/{incident_id}/acknowledge |
Acknowledge |
POST |
/api/sec/rtsp/ingest |
Rtsp Ingest |
POST |
/api/sec/sessions/{session_id}/evaluate |
Evaluate Session |
POST |
/api/sec/sessions/{session_id}/link-identities |
Link Identities |
POST |
/api/sec/sessions/{session_id}/stitch-plates |
Stitch Plates |
GET |
/api/sec/zones |
List Zones |
POST |
/api/sec/zones |
Create Zone |
DELETE |
/api/sec/zones/{zone_id} |
Delete Zone |
GET |
/api/security/pack |
Security Pack |
GET |
/api/security/reads |
Get Reads |
POST |
/api/security/recognize |
Recognize |
GET |
/api/security/sessions |
Security Sessions |
GET |
/api/security/stats |
Get Stats |
GET |
/api/security/watchlist |
Get Watchlist |
POST |
/api/security/watchlist |
Add Watchlist |
DELETE |
/api/security/watchlist/{entry_id} |
Delete Watchlist |
segment¶
2 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/mask/compose |
Compose |
POST |
/api/superpixels/{frame_id} |
Superpixels |
segmentation¶
6 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/frames/{frame_id}/segment |
Get Segment |
POST |
/api/frames/{frame_id}/segment |
Auto Segment |
PUT |
/api/frames/{frame_id}/segment |
Edit Segment |
GET |
/api/frames/{frame_id}/segment/labelids.png |
Segment Labelids |
GET |
/api/frames/{frame_id}/segment/overlay |
Segment Overlay |
GET |
/api/frames/{frame_id}/segment/panoptic.png |
Segment Panoptic Png |
service-accounts¶
4 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/service-accounts |
Index |
POST |
/api/service-accounts |
Create |
POST |
/api/service-accounts/{account_id}/revoke |
Kill |
POST |
/api/service-accounts/{account_id}/rotate |
New Key |
sievyx¶
5 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/sievyx/composition |
Composition |
GET |
/api/sievyx/discover |
Discover |
POST |
/api/sievyx/maneuver |
Maneuver |
POST |
/api/sievyx/odd/gaps |
Odd Gaps |
GET |
/api/sievyx/priority |
Priority |
signs¶
2 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/signs/recognize |
Recognize |
GET |
/api/signs/taxonomy |
Taxonomy |
tracks¶
22 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/intent/propose-session |
Intent Propose Session |
GET |
/api/intent/vocab |
Intent Vocab |
POST |
/api/objects/{object_id}/keyframe |
Set Keyframe |
POST |
/api/objects/{object_id}/reinterpolate |
Reinterpolate |
DELETE |
/api/track-events/{event_id} |
Delete Event |
PATCH |
/api/track-events/{event_id} |
Update Event |
POST |
/api/tracks/retrack |
Retrack |
DELETE |
/api/tracks/{track_id} |
Delete Track |
GET |
/api/tracks/{track_id} |
Get Track |
GET |
/api/tracks/{track_id}/attribute-timeline |
Attribute Timeline |
GET |
/api/tracks/{track_id}/events |
List Events |
POST |
/api/tracks/{track_id}/events |
Create Event |
POST |
/api/tracks/{track_id}/intent/propose |
Intent Propose |
POST |
/api/tracks/{track_id}/intent/set |
Intent Set |
POST |
/api/tracks/{track_id}/intent/vlm |
Intent Vlm |
POST |
/api/tracks/{track_id}/interpolate |
Interpolate |
POST |
/api/tracks/{track_id}/interpolate-keyframed |
Interpolate Keyframed |
POST |
/api/tracks/{track_id}/merge |
Merge Track Ep |
POST |
/api/tracks/{track_id}/relabel |
Relabel Track |
GET |
/api/tracks/{track_id}/seg4d-consistency |
Seg4D Consistency |
POST |
/api/tracks/{track_id}/smooth |
Smooth Track Path |
POST |
/api/tracks/{track_id}/split |
Split Track Ep |
training¶
10 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/training |
List Jobs |
GET |
/api/training/registry |
Registry |
GET |
/api/training/runs |
Runs |
GET |
/api/training/runs/{run_id}/curve |
Run Curve |
POST |
/api/training/start |
Start |
POST |
/api/training/sweep |
Start Sweep Endpoint |
GET |
/api/training/sweep/{name} |
Sweep Status |
GET |
/api/training/tasks |
Tasks |
GET |
/api/training/{job_id} |
Status |
POST |
/api/training/{job_id}/cancel |
Cancel |
triage¶
1 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/triage |
Triage |
untagged¶
4 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/health |
Health |
GET |
/api/metrics |
Metrics |
GET |
/api/readyz |
Readyz |
GET |
/metrics |
Metrics Endpoint |
upload¶
5 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/upload/abort |
Abort |
POST |
/api/upload/complete |
Complete |
POST |
/api/upload/init |
Init |
POST |
/api/upload/presign-put |
Presign Put |
POST |
/api/upload/sign |
Sign |
users¶
5 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/users |
List Users |
POST |
/api/users |
Create User |
GET |
/api/users/me |
Whoami |
POST |
/api/users/{user_id}/revoke-tokens |
Revoke Tokens |
POST |
/api/users/{user_id}/token |
Reissue Token |
verdyx¶
23 routes.
| Method | Path | Summary |
|---|---|---|
GET |
/api/oraclyx/thresholds |
Thresholds Active |
POST |
/api/oraclyx/thresholds/fit |
Thresholds Fit |
GET |
/api/oraclyx/thresholds/{fit_id} |
Thresholds Detail |
POST |
/api/oraclyx/thresholds/{fit_id}/activate |
Thresholds Activate |
GET |
/api/sanyx/compat-matrix |
Compat Matrix View |
GET |
/api/sievyx/cliques |
Cliques Report |
POST |
/api/sievyx/cliques/reward |
Cliques Reward |
POST |
/api/sievyx/cliques/select |
Cliques Select |
POST |
/api/verdyx/blind-audit/seed |
Blind Audit Seed |
GET |
/api/verdyx/blind-audit/{audit_id} |
Blind Audit Get |
GET |
/api/verdyx/blind-audit/{audit_id}/estimate |
Blind Audit Estimate |
POST |
/api/verdyx/blind-audit/{audit_id}/mark-labeled |
Blind Audit Mark Labeled |
POST |
/api/verdyx/blind-audit/{audit_id}/score |
Blind Audit Score |
GET |
/api/verdyx/blind-audits |
Blind Audit List |
POST |
/api/verdyx/evaluate |
Evaluate |
GET |
/api/verdyx/hierarchical |
Hierarchical Eval |
GET |
/api/verdyx/matrix |
Slice Matrix View |
GET |
/api/verdyx/model/{model_version}/evals |
Model Evals |
GET |
/api/verdyx/pairs |
Pairs |
POST |
/api/verdyx/safety/recall |
Safety Recall |
POST |
/api/verdyx/shadow/triage |
Shadow Triage |
POST |
/api/verdyx/stats/bootstrap |
Stats Bootstrap |
POST |
/api/verdyx/stats/significance |
Stats Significance |
workforce¶
6 routes.
| Method | Path | Summary |
|---|---|---|
POST |
/api/workforce |
Register |
POST |
/api/workforce/dispatch |
Dispatch |
GET |
/api/workforce/rating |
Rating |
GET |
/api/workforce/{workforce_id}/pending |
Pending |
POST |
/api/workforce/{workforce_id}/return |
Submit Return |
POST |
/api/workforce/{workforce_id}/return/upload |
Submit Return Upload |