Back to Help

api

SlideVids API Documentation

Build integrations with the SlideVids public API.

Audience: developer

API Overview

SlideVids exposes a versioned REST API at /v1 for timeline management, rendering, templates, audio, and webhooks.

Base URLs

  • Production: https://api.slidevids.com/v1
  • Local: http://localhost:4010/v1

Access Requirements

  • API access is tier-gated to Pro/Max plans.
  • Requests can be authenticated via API key (x-api-key) or bearer token (Authorization: Bearer ...).

Core Resource Areas

  • Account: /me, /entitlements
  • Renders: /renders
  • Templates: /templates
  • Timelines + slides + audio/images: /timelines/*
  • Webhooks: /webhooks

API Tooling

- OpenAPI JSON: https://api.slidevids.com/v1/openapi.json
- Interactive docs: https://api.slidevids.com/v1/docs

Start Here

  1. /help/api/authentication
  2. /help/api/quickstart
  3. /help/api/renders
  4. /help/api/webhooks
  5. /help/api/errors-and-rate-limits