{ "opencollection": "1.0.0", "info": { "name": "Pika Labs via fal.ai Queue Cancel Submission API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Submission", "type": "folder" }, "items": [ { "info": { "name": "Submit an inference request", "type": "http" }, "http": { "method": "POST", "url": "https://queue.fal.run/:model_id", "params": [ { "name": "model_id", "value": "", "type": "path", "description": "fal.ai model identifier (e.g. `fal-ai/pika`).\n" }, { "name": "fal_webhook", "value": "", "type": "query", "description": "Optional webhook URL invoked when the request completes." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submits a generation request for the specified Pika model on fal.ai.\nReturns a request identifier along with URLs to check status, fetch\nthe result, and cancel the request.\n" } ] } ], "bundled": true }