POST
/
landscapes
/
{landscapeId}
/
thumbnails
/
signed-url
Create Signed URL
curl --request POST \
  --url https://api.icepanel.io/v1/landscapes/{landscapeId}/thumbnails/signed-url \
  --header 'Authorization: <authorization>'
{
  "signedUrl": "https://api.icepanel.io/thumbnails/landscapes/H3C2Jzr505KKHMcXtW6o/?URLPrefix=aHR0cHM6Ly9tZWRpYS5leGFtcGxlLmNvbS92aWRlb3Mv&Expires=1566268009&KeyName=Key&Signature=8NBSdQGzvDftrOIa3WHpp646Iis="
}

Headers

Authorization
string
required

Path Parameters

landscapeId
string
required

Response

OK

signedUrl
string
required

Signed URL prefix for an landscapes thumbnails, you must append the exact thumbnails path, extension supports .png, expires in 1 hour

Example:

"https://api.icepanel.io/thumbnails/landscapes/H3C2Jzr505KKHMcXtW6o/?URLPrefix=aHR0cHM6Ly9tZWRpYS5leGFtcGxlLmNvbS92aWRlb3Mv&Expires=1566268009&KeyName=Key&Signature=8NBSdQGzvDftrOIa3WHpp646Iis="