Khu thử nghiệm

Playground JSON sang MP4

Bộ sưu tập tham khảo video, bộ sưu tập và thử nghiệm công khai ngày càng lớn. Bắt đầu từ một mẫu, biến nó thành của bạn và chia sẻ kết quả.

VideoJSON

Gửi

✓ Payload VideoJSON hợp lệ

kết quả: 10sFPS: 30Chiều rộng: 1920pxChiều cao: 1080px

Xem trước yêu cầu

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

Khóa API nằm trong môi trường cục bộ. Playground này không bao giờ gửi kết xuất.