Sentinel Hub · Schema

ProcessRequestForBatchV2

Batch processing equivalent of the Process request.

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
input object
output object
evalscript string Your evalscript. For details, click here.
Evalscript is not required here if using multipart upload.
View JSON Schema on GitHub

JSON Schema

ProcessRequestForBatchV2.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/ProcessRequestForBatchV2",
  "title": "ProcessRequestForBatchV2",
  "type": "object",
  "description": "Batch processing equivalent of the <a href=\"#operation/process\">Process request</a>.",
  "required": [
    "evalscript",
    "input",
    "output"
  ],
  "properties": {
    "input": {
      "$ref": "#/components/schemas/ProcessRequestInputForBatchV2"
    },
    "output": {
      "$ref": "#/components/schemas/ProcessRequestOutputForBatchV2"
    },
    "evalscript": {
      "description": "Your evalscript. For details, click\n<a href=\"https://docs.planet.com/develop/evalscripts/\" target=\"_blank\">here</a>.\n<br/>Evalscript is not required here if using multipart upload.\n",
      "type": "string"
    }
  }
}