Quick example
curl https://api.sendnomi.com/v1/messages \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "[email protected]",
"to": "[email protected]",
"subject": "Welcome",
"html": "<h1>Hello!</h1>"
}' The API key is obtained from the panel → Developer tab. Separate keys for production and test environments.