Skip to main content
POST
/
api
/
v2
/
keys
Create API Key
curl --request POST \
  --url https://api.example.com/api/v2/keys
curl -X POST https://neuralbox.top/api/v2/keys \
  -H "Authorization: Bearer nb_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "my-app-production"}'
{
  "id": 13,
  "name": "my-app-production",
  "key": "nb_live_a1b2c3d4...",
  "created_at": "2026-03-08T12:00:00Z"
}
The full key is shown only once at creation. Store it immediately.