Submit a mission
/v1/missions Bearer API keyKick off a recurring, agent-driven monitoring and prediction mission over a region.
A mission is the highest-level unit of work. Provide a region, an objective in plain language, a monitoring cadence, and the deliverables you want. The recursive agent network handles imagery selection, analysis, prediction, and delivery, with human-governed approval before consequential outputs.
Request body
region_idrequiredstringThe region the mission monitors.
objectiverequiredstringPlain-language description of what to monitor and predict.
cadencerequiredstringMonitoring frequency: daily, weekly, or monthly.
deliverablesoptionalstring[]Outputs to produce, e.g. executive_report, alerts, api_risk_scores.
Response fields
idoptionalstringMission identifier.
statusoptionalstringLifecycle status: queued, active, or paused.
next_runoptionaltimestampWhen the next monitoring cycle is scheduled.
curl -X POST https://api.satellitex.ai/v1/missions \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"region_id": "reg_central_valley",
"objective": "Monitor crop stress and predict drought exposure over 45 days",
"cadence": "weekly",
"deliverables": ["executive_report", "alerts", "api_risk_scores"]
}'Illustrative API — keys and identifiers are for demonstration.
Ready to build with this?
Request access and we'll help you scope your first mission and provision API keys.