Back to HomeView Full API Documentation →
API Reference
Complete API documentation for integrating neurals into your applications.
Quick Start
# Install Python SDK
pip install neurals-sdk
# Initialize client
from neurals import Neurals
client = Neurals(api_key="your-api-key")
# Use the API
result = client.organize_inbox()Interactive API Docs
Explore our API interactively with Swagger UI. Test endpoints, view schemas, and see example requests.
Open Interactive Docs