Sentinel Hub · Schema
TilingGridInput
Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
Properties
| Name | Type | Description |
|---|---|---|
| type | string | |
| id | integer | Id of one of the supported tiling grids |
| resolution | number | Output resolution in units of the tiling grid |
| bufferX | integer | Will expand each output tile horizontally (on the left and the right) by number of pixels specified by this value. Example: If bufferX is 5, the output tile will be wider by 10 pi |
| bufferY | integer | Will expand each output tile vertically (on the top and the bottom) by number of pixels specified by this value. See `bufferX` above for an example. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.sentinel-hub.com/schemas/BatchV2TilingGridInput",
"title": "TilingGridInput",
"required": [
"id",
"resolution",
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"tiling-grid"
]
},
"id": {
"description": "Id of one of the supported tiling grids",
"type": "integer",
"format": "int64"
},
"resolution": {
"description": "Output resolution in units of the tiling grid",
"type": "number",
"format": "double"
},
"bufferX": {
"description": "Will expand each output tile horizontally (on the left and the right) by number of pixels specified by this value. <br><br> <b>Example:</b> <br> If bufferX is 5, the output tile will be wider by 10 pixels. Coordinates of the tile are also moved accordingly by the number of pixels multiplied by resolution in each direction.\n",
"type": "integer",
"format": "int16"
},
"bufferY": {
"description": "Will expand each output tile vertically (on the top and the bottom) by number of pixels specified by this value. See `bufferX` above for an example.\n",
"type": "integer",
"format": "int16"
}
}
}
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/BatchV2TilingGridInput"
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.