Skip to main content
POST
/
v2
/
collections
Create New Collection
curl --request POST \
  --url https://api.eden.art/v2/collections \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "creationIds": [
    "<string>"
  ],
  "public": true
}'
{
  "collectionId": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json
name
string
required
description
string
creationIds
string[]
public
boolean

Response

200 - */*

Default Response

collectionId
string
I