Nodes/comfyui-byokey/BYOKey Video Gen (Generic)
ComfyUI Node

BYOKey Video Gen (Generic)

Generic submit+poll video generation. Configure URLs, auth, and field paths for your provider; outputs a VIDEO.

By MeteorAndy·Created 3 months ago·Updated 2 months ago· 0
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)

NameTypeDefaultDescription
api_keySTRINGVendor API key / token.
base_urlSTRINGhttps://api.example.comVendor API host. Used to resolve relative submit/poll paths. Override for relays/proxies.
submit_urlSTRINGPOST URL (or path relative to base_url) to submit the generation task.
poll_url_templateSTRINGGET URL (or path relative to base_url) with a {task_id} placeholder to poll status.
promptSTRINGText prompt.
modeloptSTRINGOptional model id to include in the request body.
imageoptIMAGEOptional reference image (sent as a base64 data URI).
auth_header_nameoptCOMBOAuthorizationHTTP header used to send the credential.
auth_prefixoptSTRINGBearer Prefix prepended to the api_key in the auth header (use empty for a bare token).
task_id_fieldoptSTRINGdata.task_idDotted path to the task id in the submit response.
status_fieldoptSTRINGdata.task_statusDotted path to the status in the poll response.
video_url_fieldoptSTRINGdata.task_result.videos.0.urlDotted path to the result video URL in the poll response (numeric segments index lists).
done_statusesoptSTRINGsucceed,completed,done,successComma-separated statuses that mean success.
fail_statusesoptSTRINGfailed,errorComma-separated statuses that mean failure.
poll_intervaloptINT101–120Seconds between status polls.
max_waitoptINT60030–3600Max seconds to wait for completion.

Outputs (1)

NameTypeDescription
outputVIDEOGenerated video.