Skip to main content
POST
/
catalog
/
metadata
/
collection
Update Collection Metadata
curl --request POST \
  --url https://api.inprocess.world/api/catalog/metadata/collection \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "collection": {
    "address": "<string>",
    "chainId": 8453
  },
  "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
newUri
string
required

New contract metadata URI to set for the collection (e.g. an Arweave or IPFS URI)

Response

Successful response

hash
string
required

Transaction hash of the operation

chainId
integer
required

Chain ID where the transaction was executed