API DOCUMENTATION

Enterprise-grade sports analytics API

v2.0.0 REST API WebSocket Support

Authentication

# Include your API key in the Authorization header

Authorization: Bearer YOUR_API_KEY

Core Endpoints

GET /api/v2/teams/{teamId}/analytics

Retrieve comprehensive analytics for a specific team

# Example Request

GET https://api.blaze-intelligence.com/v2/teams/cardinals/analytics

# Example Response

{
  "teamId": "cardinals",
  "readinessIndex": 95.2,
  "performanceMetrics": {
    "offense": 94.8,
    "defense": 88.3,
    "specialTeams": 92.1
  },
  "timestamp": "2025-08-31T15:30:00Z"
}
GET /api/v2/players/{playerId}/performance

Get detailed performance metrics for individual players

# Response includes biomechanical data, micro-expressions, and performance predictions

WS /api/v2/stream

Real-time data stream via WebSocket connection

# WebSocket Connection

wss://stream.blaze-intelligence.com/v2/live

POST /api/v2/vision/analyze

Submit video for AI-powered biomechanical and character analysis

Rate Limits

Starter

1,000 req/hour

Perfect for development

Professional

10,000 req/hour

For production apps

Enterprise

Unlimited

Custom infrastructure