UNPKG

n8n-nodes-jiemeng

Version:

n8n node for Jiemeng AI video generation using Volcengine Doubao Seedance model. Generate videos from images and text prompts.

9 lines (8 loc) 306 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class JiemengApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }