📸Add a New Image
Last updated
Last updated
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.
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
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
SET_AS_PRIMARY is an optional Boolean value. If set true, the newly appended image is set as the item's primary image.
apiKey*
String
Your API key
address*
String
The item's collection address
tokenId*
Integer
The item's tokenId
imageUrl*
String
The url of the image/video to add
imageIndex*
Int
The index that the image should be inserted into
setAsPrimary
Boolean
Boolean to set the newly appened image as the items primary image