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