API Documentation

Complete guide to integrating with TwoSevens.AI APIs

Quick Start

Get started with the API in minutes

API Reference

Complete endpoint documentation

Data Models

Request and response schemas

Guides

Step-by-step tutorials

Example API Call

curl -X POST https://api.twosevens.ai/v1/data/query \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "symbol": "EURUSD",
    "timeframe": "M15",
    "start_date": "2024-01-01",
    "end_date": "2024-12-31",
    "limit": 1000
  }'