Sentinel Hub · Schema
ProcessRequestOutputBatchResponse
Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
Properties
| Name | Type | Description |
|---|---|---|
| identifier | string | Response's identifier is used to connect the results of an evalscript with the output file. Each response identifier value must either match one of the values in `setup()` -> `output.id` in the evalsc |
| format | object | Format object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.sentinel-hub.com/schemas/ProcessRequestOutputBatchResponse",
"title": "ProcessRequestOutputBatchResponse",
"type": "object",
"required": [
"format"
],
"properties": {
"identifier": {
"type": "string",
"description": "Response's identifier is used to connect the results of an evalscript with the output file.\nEach response identifier value must either match one of the values in `setup()` -> `output.id` in the evalscript (see <a href=\"https://docs.sentinel-hub.com/api/latest/data/sentinel-2-l1c/examples/#ndvi-image--and--value-multi-part-response-png-and-geotiff\" target=\"_blank\">example</a>)\nor be `userdata` (see <a href=\"https://docs.sentinel-hub.com/api/latest/data/sentinel-2-l1c/examples/#true-color-and-metadata-multi-part-response-geotiff-and-json\" target=\"_blank\">example</a>).\n",
"enum": [
"<identifier>",
"userdata"
]
},
"format": {
"description": "Format object\n",
"type": "object",
"oneOf": [
{
"$ref": "#/components/schemas/ProcessRequestOutputFormatTiff"
},
{
"$ref": "#/components/schemas/ProcessRequestOutputFormatJson"
},
{
"$ref": "#/components/schemas/ProcessRequestOutputFormatZarr"
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ProcessRequestOutputBatchResponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.