API Documentation
Developer guide for integrating with Sloane AI API.
Getting Started
If you want to use the Sloane API to integrate with other software, you'll need:
- A Sloane paid plan with API access
- Your API key from the dashboard
- Basic knowledge of REST APIs
Authentication
All API requests require authentication using your API key in the header:
Authorization: Bearer YOUR_API_KEY
Available Endpoints
- GET /calls - Retrieve call history
- POST /settings - Update AI configuration
- GET /transcripts - Access call transcripts
- POST /webhooks - Configure webhook notifications
For detailed API documentation and examples, contact our support team.