cURL
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>", "apiSecret": "<string>" } }
Create a new API key for authentication. You can optionally provide a note to help identify the key.
Default Response
Show child attributes