ComfyUI Node
File Stream Upload
File Stream Upload OpenAPI Specification bash theme={null} curl -X POST https://kieai.redpandaai.co/api/file-stream-upload \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "file=@/path/to/your-file.jpg" \ -F "uploadPath=images/user-uploads" \ -F "fileName=custom-name.jpg"
File Stream Upload
- raw_json
- first_url
- task_id
◄timeout_seconds1200►
◄expert_override_json{}►
CategoryKIE Next/Utility
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| timeout_secondsopt | INT | 120030–7200 | — |
| expert_override_jsonopt | STRING | {} | Expert-only payload overrides for APIs whose documentation has no request schema yet. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| raw_json | STRING | — |
| first_url | STRING | — |
| task_id | STRING | — |