API Reference
Integrate with Nurosentrix
Integrate Nurosentrix into your workflows with our REST API.
Quick Start
# Authenticate with your API key
curl -X GET "https://api.nurosentrix.com/api/v1/servers" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Get your API key from Settings → API Keys in the dashboard.
Documentation
Authentication
Learn how to authenticate with the Nurosentrix API using API keys.
POST /api/auth/tokenAPI Key Management
REST API
Full REST API reference for servers, instances, backups, and more.
ServersInstancesBackupsDeployments
Webhooks
Set up webhooks to receive real-time notifications about events.
Event TypesPayload FormatVerification
API Base URL
https://api.nurosentrix.com/api/v1All API endpoints use this base URL. Include your API key in the Authorization header.
Rate Limits
| Plan | Requests/min | Requests/day |
|---|---|---|
| Free | 60 | 1,000 |
| Starter | 120 | 10,000 |
| Professional | 300 | 50,000 |
| Enterprise | Custom | Custom |