# Space telescope imaging

Deep space sensing both for pure scientific purposes as well as for applications like asteroid detection, exoplanet detection, and other astronomy understanding tasks.

# Multispectral single-image telescopy

Process muilti-spectral single-images in batch.

# Endpoint

POST /processing/space/multispectral_single

# Parameters

Name Type Description Required
manifest string GCS bucket path for GCS file path manifest ✔️

# Response

Status: 200

{
  "task_identifier": "EFTGHDFER"
}

curl -X POST https://api.rvrnc.io/processing/space/multispectral_single \
  --data '{
  "manifest": "gs://user/manifest.csv"
}'

# Multispectral time-series

Process muilti-spectral timeseries in batch.

# Endpoint

POST /processing/space/multispectral_timeseries

# Parameters

Name Type Description Required
manifest string GCS bucket path for GCS file path manifest ✔️

# Response

Status: 200

{
  "task_identifier": "EFTGHDFER"
}

curl -X POST https://api.rvrnc.io/processing/space/multispectral_timeseries \
  --data '{
  "manifest": "gs://user/manifest.csv"
}'