Skip to main content

Processing API Reference

API Reference (1.0.0)

Download OpenAPI specification:Download

This page contains the documentation on how to use sentinel hub services through API calls.

Note: This documentation is not complete

Process

Make sure to use the appropriate end-point for each of the datasets, e.g. for Landsat, Sentinel-3, etc.

Process

Authorizations:
OAuth2
header Parameters
Accept
string

Sets response type and has priority over the type defined in the output object of the request. Possible values are image/jpeg, image/png, image/tiff, application/json, application/tar, application/x-tar, multipart/mixed, and application/octet-stream.

Request Body schema:
required
object (ProcessRequestInput)
object (ProcessRequestOutput)
evalscript
required
string

Your evalscript. For details, click here.

Responses

Request samples

Content type
{
  • "input": {
    },
  • "output": {
    },
  • "evalscript": "string"
}

Response samples

Content type
No sample