{
  "version": "1.0",
  "site": "https://stopframe.vercel.app/",
  "actions": [
    {
      "id": "upload-video",
      "name": "Upload Video",
      "description": "Upload a video file (MP4, MOV, or WebM) up to 500MB to the online stop motion generator.",
      "method": "declarative",
      "endpoint": "/",
      "parameters": {
        "required": ["video-file"]
      }
    },
    {
      "id": "configure-stop-motion",
      "name": "Configure Settings",
      "description": "Adjust the temporal cadence (FPS) and shake intensity (frame boil jitter level) for the stop motion generator.",
      "method": "declarative",
      "endpoint": "/",
      "parameters": {
        "optional": ["fps", "jitter"]
      }
    },
    {
      "id": "generate-stop-motion",
      "name": "Generate Stop Motion",
      "description": "Trigger the stop motion generator to process the video frame-by-frame with chosen settings.",
      "method": "declarative",
      "endpoint": "/",
      "parameters": {}
    }
  ]
}
