Reports
Generate a report
POST
/v1/reports Bearer API keyProduce a shareable, evidence-backed report from a mission or prediction.
Reports package findings into a human-readable deliverable — an executive summary, supporting maps, and the evidence trail. Choose a format and the source mission or prediction; the report is generated asynchronously and delivered to a URL.
Request body
source_idrequiredstringA mission or prediction id to report on.
formatrequiredstringOutput format: pdf or html.
audienceoptionalstringTone and depth, e.g. executive or technical.
Response fields
idoptionalstringReport identifier.
statusoptionalstringgenerating or ready.
download_urloptionalstringWhere the finished report can be downloaded.
curl -X POST https://api.satellitex.ai/v1/reports \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"source_id": "pred_8fa21c",
"format": "pdf",
"audience": "executive"
}'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.