Video — entry 013 of 37
JSON2Video
JSON2Video is a hosted video-rendering API: submit a declarative JSON "movie" description — scenes, text overlays, voice-over, transitions — over REST, and it renders an MP4 asynchronously for you to poll and download. Confirmed live on AWS API Gateway at api.json2video.com, every call requires an API key, and it bills through a free-credit-then-paid-credits model.
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score81
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs20/20Machine-readable spec file bundled
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
x-api-key: <key>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Endpoints
movies2
GET/moviesGet the status of your movies
Responses
| Status | Description | Schema |
|---|---|---|
200 | Ok | — |
POST/moviesCreate a new movie
Request body
application/json — movie (required)
Responses
| Status | Description | Schema |
|---|---|---|
200 | Added | — |
Try it
Developer reference
Base URL
https://api.json2video.com/v2Key endpoints
- POST/movies
- GET/movies