Make a crop request

This endpoint puts a request in the queue to crop the specified area from a layer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This endpoint creates a crop request on a mission.

  1. Enterprise users get a message that shows whether their request have been started or not. They can pay for their requests later. After the completion of process, an email is sent to the user with a download link for their request.
  2. Non-enterprise users get a payment link. After a successful payment, the request is processed in the background and an email is sent to the user that contains a download link of their request.

Users can check the status of their requests with this endpoint: v1/export/crop/{id}/status

Body Params
string
required
string
required
Defaults to cog
json
required

List of vertices coordinates. It must be a closed loop: [ [Lng1, Lat1], [Lng2, Lat2], [Lng3, Lat3], [Lng1, Lat1] ]

float
required
Defaults to 1

It's relative to the original resolution of the image. 1 results in the original resolution and 0.5 results in a pixel size twice the original resolution.

string
required
Defaults to tif
string
required

The CRS of the output export. It should be in the following format: EPSG:xxxx. If you pass null value, the source CRS is used to generate the export.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json