What is API Auth & SDK?
Staurax Mail provides a developer-friendly REST API for programmatic cold email dispatching, contact list management, and real-time deliverability telemetry.
All API requests must be transmitted over HTTPS and authenticated using a Bearer Token in the HTTP Authorization header.
Sample Authorization Header: `Authorization: Bearer stx_live_9f8a3c2b1e4d5`
Rate Limits: Standard accounts allow up to 100 API requests per minute. Enterprise nodes allow up to 2,000 API requests per minute.
Key Features
Secure Bearer Authentication
Cryptographically generated 64-character API keys passed via HTTP Authorization header.
Automatic Rate Limiting
Built-in rate limit protection prevents API quota exhaustion and server overload.
How It Works
1. Log in to your Staurax Mail dashboard and navigate to API Keys.
2. Click "Generate New Key" and store your secret key safely.
3. Pass `Authorization: Bearer YOUR_API_KEY` in all API HTTP headers.
Code Example & API Usage
Need Enterprise API Limits?
Upgrade to dedicated server nodes with up to 2,000 API requests per minute.