Playground
Playground de JSON a MP4
Una colección creciente de referencias de vídeo, colecciones y experimentos públicos. Empieza con un patrón, hazlo tuyo y comparte el resultado.
VideoJSON
Enviar
✓ Carga VideoJSON válida
resultados: 10sFPS: 30Ancho: 1920pxAlto: 1080px
Vista previa de la petición
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": []
}
]
}'Las claves API permanecen en tu entorno local. Este Playground nunca envía un renderizado.