Back to API overview
Reports

Generate a report

POST/v1/reports Bearer API key

Produce 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_idrequiredstring

A mission or prediction id to report on.

formatrequiredstring

Output format: pdf or html.

audienceoptionalstring

Tone and depth, e.g. executive or technical.

Response fields

idoptionalstring

Report identifier.

statusoptionalstring

generating or ready.

download_urloptionalstring

Where 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.

Request API access