cURL
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>" }
Create a new collection to organize and group related creations together.
Documentation IndexFetch the complete documentation index at: https://docs.eden.art/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.eden.art/llms.txt
Use this file to discover all available pages before exploring further.
Default Response