Skip to main content
POST
/
collection
/
uri
Update Collection Metadata
curl --request POST \
  --url https://inprocess.world/api/collection/uri \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "collection": {
    "collectionAddress": "<string>",
    "chainId": 8453
  },
  "newCollectionName": "<string>",
  "newUri": "<string>"
}
'
{
  "hash": "<string>",
  "chainId": 123
}

Authorizations

x-api-key
string
header
required

Artist API key for authentication. Get your API key from https://inprocess.world/manage/api-keys

Body

application/json
collection
object
required
newCollectionName
string
required

New name of the Collection

newUri
string
required

New metadata URI (e.g., Arweave URI)

Response

Successful response

hash
string
required

Transaction hash of the update operation

chainId
integer
required

Chain ID where the transaction was executed