DataSync API v1

Welcome to the DataSync REST API. Provides endpoints for real-time data synchronization across distributed systems.

Authentication

All requests require a valid API key in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Endpoints

GET /api/v1/data

Retrieve synchronized data stream. Supports WebSocket upgrade for real-time updates.

POST /api/v1/data

Submit data for synchronization across nodes.

GET /api/v1/health

Health check. Returns system status.

Rate Limits

Free tier: 1,000 req/hr. Pro: 50,000 req/hr.