cURL
curl --request POST \ --url https://api.nova-cloud.ai/auth/api-key \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Primary Key", "scopes": [ "read_write" ] } '
{ "api_key": "<string>", "created_at": "2023-11-07T05:31:56Z", "message": "<string>" }
Generate a new API key. The key value is only returned once — store it securely.
Use a JWT access token or API key (prefixed with nv_)
Friendly name for the API key
100
Permission scopes: read_write, read_only, billing_only
API key created. Save the key — it won't be shown again.
Your API key — save this! It won't be shown again.