Overview
The Nautilus API allows authorized external systems to interact with the Nautilus platform programmatically.Base URL
Authentication
All endpoints require a Bearer token passed in theAuthorization header.
401 Unauthorized response.Nautilus external API reference
https://app.nautilus.co/api
Authorization header.
curl -X POST https://app.nautilus.co/api/v1/message \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"to": "+15551234567", "body": "Hello from Nautilus!"}'
401 Unauthorized response.