For the requests that provide image output, Sentinel-2 WMS/WMTS/WCS services can generate these output formats:
Find out more on how the values are reflected in the output.
To generate the output as jpeg, use the following example. Please replace <INSTANCE_ID> with your own.
http://services.sentinel-hub.com/ogc/wms/<INSTANCE_ID>?SERVICE=WMS&REQUEST=GetMap&SHOWLOGO=false&VERSION=1.3.0&LAYERS=NDVI&MAXCC=20&WIDTH=640&HEIGHT=640&CRS=EPSG:4326&BBOX=46.697956,16.223885,46.699840,16.2276628&FORMAT=image/jpeg
For the requests that provide vector output, Sentinel-2 WMS/WMTS/WCS services can generate these output formats:
Both formats are returning polygons in vector format only in case when the image does not consists of more than 10 different values. Therefore, this formats only work with custom script layers.
To generate the output as GeoJSON file, follow the example below. Replace <INSTANCE_ID> with your own.
http://services.sentinel-hub.com/ogc/wms/<INSTANCE_ID>?SERVICE=WMS&REQUEST=GetMap&SHOWLOGO=false&VERSION=1.3.0&LAYERS=NDVI&MAXCC=20&WIDTH=640&HEIGHT=640&CRS=EPSG:4326&BBOX=46.697956,16.223885,46.699840,16.2276628&FORMAT=application/json
To generate the output as x-esri-shape, replace the FORMAT with application/x-esri-shape, which will enable you to get the zip containing shape files.