POST
/
apikeys
Create API Key
curl --request POST \
  --url https://api.eden.art/apikeys \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "note": "<string>"
}'
{
  "apiKey": {
    "apiKey": "<string>"
  }
}

Authorizations

X-Api-Key
string
header
required

Body

application/json
note
string

Optional note to help identify this API key

Response

200 - */*

Default Response

apiKey
object
required