Images
Get image URLs
Returns URLs of the specified images.
Request
[PlatformAddress]/api/connector/v1/images/getUrls
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
Images
required
Parameters of images whose URLs should be returned.
Image size parameters
ImageId
string
required
Unique identifier of the image.
Width
integer
optional
Desired width of the image.
Height
integer
optional
Desired height of the image.
ResizeMode
optional
Mode how the image should be resized to the desired width and height.
Image resize mode
Cover
- Resize to fit within the specified size, so the result might be smaller than requested.CoverExact
- Resize and pad to exactly fit within the specified size.Fit
- Resize to fit within the specified size, so the result might be smaller than requested.FitExact
- Resize and pad to exactly fit within the specified size.
Response
ImageUrls
required
URLs of the images.
Image URL
ImageId
string
required
Unique identifier of the image.
Url
string
required
URL of the image.
Last updated