cURL
curl --request POST \ --url https://api.polynode.dev/v1/keys \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>" } '
{ "api_key": "<string>", "message": "<string>", "name": "<string>", "rate_limit_per_minute": 1 }
Generates a new API key. Rate limited to 1 per IP per day. The key is returned only once and cannot be retrieved again.
Optional key name
API key created
x >= 0