Layer Exports
APIs to export layer data
With these APIs, you can export data to CSV, GeoJSON, and other formats.
Generate a direct download link for layer data export.
Get a link to export a layer as a GeoPackage (vector layers) or GeoTIFF (raster layers).
The ID of the map where the layer is located
The ID of the layer to export
Export link
UnauthorizedError
UnauthorizedError
NotFoundError
Unprocessable Entity
Unprocessable Entity
InternalServerError
ServiceUnavailableError
Check the processing status and download availability of a custom export request.
If the export is successful, the response will include a download_url for accessing the exported data.
The ID of the map where the layer is located
The ID of the layer to export
The ID of the export
Custom export request status
UnauthorizedError
UnauthorizedError
NotFoundError
Unprocessable Entity
Unprocessable Entity
InternalServerError
Start a custom export with specific format and filter options for layer data.
Export requests are asynchronous. A successful response will return a poll_endpoint to check the status of the export using the poll custom export endpoint.
The ID of the map where the layer is located
The ID of the layer to export
Send an email to the requesting user when the export completes. Defaults to true
csvPossible values: Custom export response
UnauthorizedError
UnauthorizedError
NotFoundError
Unprocessable Entity
Unprocessable Entity
InternalServerError
ServiceUnavailableError
Last updated
Was this helpful?