📸Add a New Image
This method allows you to append a new image to an existing item at a specified index and optionally set the newly appended image as the primary image.
Add a new image
Adds a new image to an items otherImage's array
POST
https://api.alturanft.com/api/v2/item/append_images
Takes an item's collection address, tokenId, a property name, an imageUrl and your API key and appends a new image to the item's otherImage array
Query Parameters
Request Body
SET_AS_PRIMARY is an optional Boolean value. If set true, the newly appended image is set as the item's primary image.
Last updated