Back to Home

API Reference

Complete API documentation for integrating neurals into your applications.

Authentication

Learn how to authenticate API requests

Learn more →

Endpoints

Explore all available API endpoints

Learn more →

Webhooks

Set up webhooks for real-time events

Learn more →

SDK

Use our Python SDK for easy integration

Learn more →

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()
View Full API Documentation →

Interactive API Docs

Explore our API interactively with Swagger UI. Test endpoints, view schemas, and see example requests.

Open Interactive Docs