Getting Started
Welcome to the Skedva documentation. This guide will help you understand the platform and get your integration running quickly.
Prerequisites
- A Skedva account (sign up at skedva.com)
- An API key from your dashboard settings
- Basic familiarity with REST APIs
Authentication
All API requests require authentication via an API key passed in the Authorization header as a Bearer token.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.skedva.com/v1/conversationsBase URL
All API endpoints are relative to the following base URL:
https://api.skedva.com/v1Rate Limits
API requests are rate limited based on your plan. Standard rate limits are 100 requests per minute for free plans and 1,000 requests per minute for paid plans.
| Plan | Rate Limit | Burst |
|---|---|---|
| Free | 100/min | 20 |
| Pro | 1,000/min | 100 |
| Enterprise | 10,000/min | 500 |