Playground
JSON-to-MP4 Playground
Validate a sample payload, estimate credits, and copy a request preview without exposing an API key.
VideoJSON
Validate
✓ Valid VideoJSON payload
results: 10sFPS: 30Width: 1920pxHeight: 1080px
Request preview
curl -X POST https://api.ilovevideoeditor.com/v1/render \
-H 'Authorization: Bearer $ILOVEVIDEOEDITOR_API_KEY' \
-H 'Content-Type: application/json' \
--data '{
"name": "Developer sample",
"layers": [
{
"id": "composition-root",
"type": "composition",
"settings": {
"enabled": true,
"startTime": 0,
"sourceDuration": 10,
"width": 1920,
"height": 1080,
"fps": 30,
"backgroundColor": "#101827"
},
"properties": {},
"animations": []
}
]
}'API keys stay in your local environment. This playground never sends a render.