Share.cy API Documentation
Build integrations with the Share.cy REST API. Manage posts, analytics, and social accounts programmatically.
Base URL
https://share.cy/api/v1Authentication
All API requests require a Bearer token in the Authorization header:
Authorization: Bearer shcy_live_your_api_key_hereCreate API keys in Settings → API Keys
Response Format
All responses follow a standard JSON format:
// Success
{ "data": { ... }, "meta": { "page": 1, "limit": 20, "total": 42 } }
// Error
{ "error": "Human-readable error message" }Rate Limiting
API requests are rate-limited based on your plan. When rate-limited, you will receive a 429 response. The response includes Retry-After header.