Playground

Playground JSON a MP4

Una raccolta in crescita di riferimenti video, collezioni ed esperimenti pubblici. Parti da un pattern, rendilo tuo e condividi il risultato.

VideoJSON

Invia

✓ Payload VideoJSON valido

risultati: 10sFPS: 30Larghezza: 1920pxAltezza: 1080px

Anteprima della richiesta

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": []
    }
  ]
}'

Le chiavi API restano nel tuo ambiente locale. Questo Playground non invia mai un rendering.