Version: 1.0.0
Zvid API
Zvid API allows you to programmatically create and manage video rendering jobs, monitor credits, and manage API keys.
Authentication
All API endpoints require authentication using an API key. You must:
- Create an API key via the Zvid dashboard
- Include the API key in the
x-api-keyheader with every request
Example:
x-api-key: your-api-key-here
Credits System
Video rendering consumes credits based on:
- Video resolution (width × height)
- Video duration
Make sure you have sufficient credits before submitting render jobs.
Authentication
- API Key: ApiKeyAuth
API key for authentication. Create one in your dashboard.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | x-api-key |