Delphin API Documentation

Everything you need to integrate and use our intelligent API for real-time data processing.

Overview Guide

Authentication

Secure your API access with token-based authentication and OAuth2.0

Learn more

Endpoints

Get details about all available API endpoints and their usage

Explore Endpoints

Usage Examples

Sample code and use cases for common integration scenarios

View Samples

API Guides

Getting Started

Step-by-step guide to initialize your API integration

View Guide

Rate Limiting

Understand your API quotas and handling rate limits

Rate Policy

Basic API Example

curl -X POST
curl 'https://api.delphin.io/analyze' \
     -H 'Authorization: Bearer YOUR_API_KEY' \
     -H 'Content-Type: application/json' \
     -d '{"content": "Test input"}'

Example Response

{
  "status": 200,
  "result": {
    "confidence": 0.92,
    "classification": "positive"
  }
}

Need Additional Help?

Contact our 24/7 support for integration assistance, API issues, or detailed documentation.