Description | : Create a new image export. |
Reference | : Link ¶ |
⚼ Request
POST:
/data/collections/{collectionId}/image/static
{
api-version:
string
,
collectionId:
string
,
body:
}
{
,
cql:
{
,
filter-lang:
string
,
filter:
{
,
op:
string
,
args:
}
[
,
string
,
]
sortby:
}
[
]
,
{
,
field:
string
,
direction:
string
,
}
geometry:
string
,
render_params:
string
,
cols:
integer
,
rows:
integer
,
format:
enum
,
showBranding:
boolean
,
mask:
boolean
,
}
⚐ Response (200)
{
$schema:
file
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}