One API for hybrid orbital + terrestrial compute. Create your key and make your first routing call in under a minute. Upgrade anytime for production volume.
No credit card required · Upgrade anytime on pricing · By signing up you agree to the terms
Here is your API key. Send it in the X-API-Key header on every request.
—⚠ Store this key now — it is shown once and cannot be retrieved again.
curl -X POST https://www.orbitroute.ai/api/v1/jobs \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model_name":"llama-3-70b","gpu_required":"H100","input_size_mb":512,"estimated_compute_seconds":30}'
Same body as /route, but OrbitRoute schedules and manages the job through completion — check it with GET /api/v1/jobs/{job_id}.
curl "https://www.orbitroute.ai/api/v1/usage?api_key=YOUR_KEY"