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": "<string>", "note": "<string>", "createdAt": "<string>" }
Create a new API key for authentication. You can optionally provide a note to help identify the key.
Optional note to help identify this API key
Default Response
Partial API key for identification
ISO timestamp when the API key was created
Optional note associated with this API key