latestOpenAPI 3.1.02026-08-105279262.8 KB
51f7c5a8d15d
directView
Create Custom DirectView Tiles
Generate customized XYZ tile URLs with control over band selection and histogram stretching. Returns detailed tile information organized by interval ID and capture date, including tile URLs, bounds, and zoom limits. Authentication required via x-api-key header.
post/createxyz
Request body
Example request
{
"histogramStretch": "stdev",
"bandList": [
"red",
"green",
"blue"
],
"timeLimit": "never"
}Response
Success
Example response
{
"statusCode": 200
}