ComfyUI Node
BYOKey Video Gen (Generic)
Generic submit+poll video generation. Configure URLs, auth, and field paths for your provider; outputs a VIDEO.
BYOKey Video Gen (Generic)
- image
- output
◄api_key►
◄base_urlhttps://api.example.com►
◄submit_url►
◄poll_url_template►
◄prompt►
◄model►
◄auth_header_nameAuthorization►
◄auth_prefixBearer ►
◄task_id_fielddata.task_id►
◄status_fielddata.task_status►
◄video_url_fielddata.task_result.videos.0.url►
◄done_statusessucceed,completed,done,success►
◄fail_statusesfailed,error►
◄poll_interval10►
◄max_wait600►
Categoryapi/byokey/video
Inputs (16)
| Name | Type | Default | Description |
|---|---|---|---|
| api_key | STRING | Vendor API key / token. | |
| base_url | STRING | https://api.example.com | Vendor API host. Used to resolve relative submit/poll paths. Override for relays/proxies. |
| submit_url | STRING | POST URL (or path relative to base_url) to submit the generation task. | |
| poll_url_template | STRING | GET URL (or path relative to base_url) with a {task_id} placeholder to poll status. | |
| prompt | STRING | Text prompt. | |
| modelopt | STRING | Optional model id to include in the request body. | |
| imageopt | IMAGE | Optional reference image (sent as a base64 data URI). | |
| auth_header_nameopt | COMBO | Authorization | HTTP header used to send the credential. |
| auth_prefixopt | STRING | Bearer | Prefix prepended to the api_key in the auth header (use empty for a bare token). |
| task_id_fieldopt | STRING | data.task_id | Dotted path to the task id in the submit response. |
| status_fieldopt | STRING | data.task_status | Dotted path to the status in the poll response. |
| video_url_fieldopt | STRING | data.task_result.videos.0.url | Dotted path to the result video URL in the poll response (numeric segments index lists). |
| done_statusesopt | STRING | succeed,completed,done,success | Comma-separated statuses that mean success. |
| fail_statusesopt | STRING | failed,error | Comma-separated statuses that mean failure. |
| poll_intervalopt | INT | 101–120 | Seconds between status polls. |
| max_waitopt | INT | 60030–3600 | Max seconds to wait for completion. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| output | VIDEO | Generated video. |