How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Sentinel Hub batch_v2_process API

The batch_v2_process API from Sentinel Hub — 5 operation(s) for batch_v2_process.

Sentinel Hub batch_v2_process API is one of 26 APIs that Sentinel Hub publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 7 operations across 5 paths, and defines 71 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://services.sentinel-hub.com.

7 operations 5 paths 71 schemas 2 GET4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://services.sentinel-hub.com
Authentication
OAuth 2.0
Contact
Sentinel Hub
Resource Areas
1

Authentication & Security 1

Sentinel Hub batch_v2_process API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the clientCredentials flow, exposing 1 scope.

  • OAuth2 — Authentication More about the authentication here . To get an access token using curl: curl --request POST \ --url https://services.sentinel-hub.com/auth/realm…

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 2 GET, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

batch_v2_process 7
POST
/batch/v2/process
Submit new batch processing request
createNewBatchV2ProcessingRequest body → 201400401403
GET
/batch/v2/process
Query batch process requests
getAllBatchV2ProcessRequests 3 params → 200401403
GET
/batch/v2/process/{taskId}
Retrieve a single batch process task by ID
getSingleBatchV2ProcessTaskById 1 param → 200401403404
PUT
/batch/v2/process/{taskId}
Update a batch process request
updateBatchV2ProcessRequest 1 param body → 200400401403404409
POST
/batch/v2/process/{taskId}/analyse
Request analysis of a batch process request
batchV2Analyse 1 param → 204400401403404
POST
/batch/v2/process/{taskId}/start
Start (confirm) processing of a batch process request
batchV2StartProcessRequest 1 param → 204400401403404
POST
/batch/v2/process/{taskId}/stop
Stop a batch process request
batchV2StopProcessRequest 1 param → 204400401403404

Schemas 71

The contract defines 71 schemas that model the data the API accepts and returns. The most detailed are BatchV2ProcessTask (14 properties), BatchV2RasterOutput (8 properties), S1Filtering (7 properties), BatchV2CogParameters (6 properties). Each schema is shown below with its type and property counts.

S3BucketInfo
object
5 properties 1 required
S1Filtering
object
7 properties
S1Processing
object
LTML2Dataset
object
BaseDatasetProcessing
object
2 properties
LETML1Dataset
object
LandsatTierFilteringWithoutRt
object
1 property
HLSFiltering
object
4 properties
HLSDataset
object
ModisDataset
object
BatchV2RasterOutput
object
8 properties 3 required
BatchV2ZarrOutputArrayParameters
object
5 properties 4 required
Geometry
object
The request area of interest geometry. This and/or BBOX must be specified. Coordinates need to be in easting,northing or longitude,latitude, in that order in t…
TimeRange
object
A time interval to filter data by acquisition date. It is defined by a start and end date and time, e.g. 2019-01-31T14:00:00+01:00. A date representation witho…
2 properties
DEMFiltering
object
1 property
ProcessRequestOutputFormatTiff
object
BYOCFiltering
object
2 properties
BatchV2ZarrOutput
object
Specifies Zarr creation parameters. If this parameter is specified, all outputs in processRequest must be of the type zarr/array and output can not be specifie…
5 properties 3 required
S2L1CFiltering
S2L2AFiltering
object
3 properties
View
object
Links to paginate the resource
6 properties
Boom
object
5 properties
ProcessRequestOutputFormat
object
1 property
ProcessRequestInputBoundsProperties
object
1 property
BatchV2GeoPackageInput
object
3 properties 2 required
ProcessRequestInputData
array
The collections you wish to request, along with certain processing and filtering parameters. To learn how to request and work with multiple collection, check t…
ObjectStorageInfoV2
object
BatchV2ProcessRequest
object
4 properties 3 required
ProcessRequestOutputFormatZarr
object
BatchV2ZarrOutputGroup
object
Zarr group level parameters
3 properties 1 required
LandsatDataset
object
LandsatTierFilteringWithRt
object
1 property
BatchV2GeoPackageFeatureDefaults
object
3 properties
BatchV2ArrayOverride
object
Values for the particular output Zarr array. The array names are equal to the identifiers of the outputs/responses of the processRequest.
S1ProcessingSpeckleFilterLEE
object
The Lee speckle filter. Note that processing time rapidly increases as window size increases.
3 properties 3 required
ProcessRequestOutputFormatJson
object
BatchV2ProcessRequestUpdatePayload
object
1 property
S1Dataset
object
LandsatFiltering
object
3 properties
BatchV2CogParameters
object
Allows to specify COG creation parameters.
6 properties
ProcessRequestForBatchV2
object
Batch processing equivalent of the Process request .
3 properties 3 required
BaseDataset
object
2 properties
ProcessRequestInputBoundsForBatchV2
object
Defines the request bounds by specifying the bounding box and/or geometry for the request. If both are specified it will generate an image for the bounding box…
3 properties
ProcessRequestOutputForBatchV2
object
1 property
MultiPartBatchV2Request
object
2 properties
ProcessRequestInputForBatchV2
object
2 properties 2 required
BatchV2TilingGridInput
object
5 properties 3 required
DEMProcessing
object
BatchV2ProcessOutput
Parameters that will be used for all output arrays, except where overridden with arrayOverrides. Required unless arrayOverrides includes all required fields fo…
S2Processing
object
Polygon
object
2 properties
BatchV2ZarrOutputArrayOverrides
object
Overrides the values of arrayParameters for individual arrays.
RestErrorWrapper
object
1 property
DEMDataset
object
S2L1CDataset
object
GSBucketInfo
object
2 properties 2 required
MultiPolygon
object
2 properties
BatchV2ProcessTask
object
14 properties
S2L2ADataset
object
BYOCDataset
object
LETML2Dataset
object
Ls8Dataset
object
BatchV2ProcessInput
S1ProcessingSpeckleFilterNONE
object
Does NO speckle filtering. Equivalent to not having speckleFilter defined.
1 property 1 required
ProcessRequestOutputBatchV2Response
object
2 properties 1 required
MaxCloudCoverage
number
The maximum allowable cloud coverage in percent.
L8L2Dataset
object
L8L1Dataset
object
LMSSL1Dataset
object
LTML1Dataset
object
ModisFiltering
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

sentinel-hub-batch-v2-process-api-openapi.yml Raw ↑

Other APIs Sentinel Hub publishes across the network.

Sentinel Hub OGC Services
Sentinel Hub async_process API
Sentinel Hub batch_statistical API
Sentinel Hub batch_v2_tiling_grid API
Sentinel Hub byoc_collection API
Sentinel Hub byoc_tile API
Sentinel Hub catalog_collections API
Sentinel Hub catalog_core API
Sentinel Hub catalog_features API
Sentinel Hub catalog_item_search API
Sentinel Hub dataimport_delivery API
Sentinel Hub dataimport_order API
Where this information came from

This is an independent, third-party profile of Sentinel Hub batch_v2_process API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.