ComfyUI Node
Labnana API Client
Configures the Labnana OpenAPI connection (auth, timeouts).
Labnana API Client
- client
◄api_key►
◄base_urlhttps://api.labnana.com►
◄timeout300►
◄max_retries3►
CategoryLabnana/Account
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| api_key | STRING | Labnana API key (ls_...). Leave empty to use the LABNANA_API_KEY environment variable. Create keys at https://labnana.com/api-keys | |
| base_urlopt | STRING | https://api.labnana.com | Official API endpoint. Custom URLs are blocked unless LABNANA_ALLOW_CUSTOM_BASE_URL=1 is set. |
| timeoutopt | INT | 30010–3600 | Per-request timeout (seconds). |
| max_retriesopt | INT | 30–10 | Retries on rate limiting (20-30s backoff). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| client | LABNANA_CLIENT | — |