Video — entry 013 of 37

JSON2Video

Verified Jul 2026

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.

video-generationrenderingautomationwatermarking
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

Score81out of 100
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs20/20Machine-readable spec file bundled
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 81 on greatapis.com
<a href="https://greatapis.com/api/json2video/"><img src="https://greatapis.com/badge/json2video.svg" alt="Scored 81 on greatapis.com"></a>

Auth quickstart

  1. Sign up with the provider to get an API key.
  2. Send it on every request as a headerx-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

Servers
https://api.json2video.com/v2
movies2
GET/moviesGet the status of your movies
Responses
StatusDescriptionSchema
200Ok
POST/moviesCreate a new movie
Request body

application/jsonmovie (required)

Responses
StatusDescriptionSchema
200Added

Try it

Developer reference

Base URLhttps://api.json2video.com/v2
Key endpoints
  • POST/movies
  • GET/movies