Documentation & API Reference

Everything you need to integrate, customize, and build with Skedva. From quick start guides to advanced API usage.

Quick Start

Get up and running with Skedva in three simple steps.

1

Create Your Account

Sign up for a free Skedva account and set up your workspace. No credit card required.

2

Get Your API Key

Navigate to Settings > API Keys in your dashboard. Generate a new API key for authentication.

3

Make Your First Request

Use your API key to authenticate and start making requests to the Skedva API.

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
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.skedva.com/v1/conversations

Base URL

All API endpoints are relative to the following base URL:

https://api.skedva.com/v1

Rate 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.

PlanRate LimitBurst
Free100/min20
Pro1,000/min100
Enterprise10,000/min500

Ready to Build?

Start integrating Skedva into your application today. Our team is here to help if you need it.