Images
Use the images API to upload an image up to 16MB in PNG, JPG, or WebP format. Every image will be given a unique imageID, which can be linked to products in your product catalog, enhancing your transfer UI.
View the product catalog guide for more information on how to use images with products.
Upload image
In addition to the image itself, you can supply alt-text through the metadata field. Duplicate images and images larger than 16MB will be rejected.
|
|
The response will include an imageID which can be used to get metadata, replace, or delete an image.
The link is the public URL to access the image. You can add a size={width}x{height} parameter to the public URL to resize the image. Additionally, the publicID is a unique identifier which is used in the URL and can also be used in public endpoints.
|
|
Manage images
Once an image has been uploaded, you can retrieve a list of all image metadata, or get a singular image's metadata. You can also update an image's metadata, or replace an existing image, including its metadata.
Deleting an image permanently removes it from Moov.
Retrieve metadata
Retrieve a list of all image metadata, or get metadata for a specific image.
|
|
|
|
Update an image
You can replace an image and, optionally, its metadata, or you can just update its metadata.
|
|
|
|
Delete an image
Deleting an image permanently removes it from your collection stored with Moov.
|
|