Skip to main content
POST
Create video render job

Authorizations

Authorization
string
header
required

Your Kynva API key (kyn_live_xxx or kyn_test_xxx; legacy rf_ keys remain valid)

Body

application/json
sceneSpec
object
required

SceneSpec JSON defining the video to render

webhookUrl
string<uri>

URL to receive completion/failure webhooks

priority
number
default:5

Job priority (1-10, higher = more urgent)

Required range: 1 <= x <= 10
renderer
enum<string>
default:remotion

Rendering engine: remotion (default, high-quality React-based) or ffmpeg (fast, basic)

Available options:
ffmpeg,
remotion

Response

Existing job found with same specification

Existing job found with same specification

success
boolean
data
object