API Key和接口说明
阿星
发布于:2025-06-17
1. 使用前准备
在使用 ComfyLink OpenAPI之前,请做好如下准备:
1.1. 开通会员
先注册成为ComfyLink网站(https://app.comfylink.com/login)的用户,开通基础VIP权益(https://app.comfylink.com/creatorvip)。免费用户暂不能使用ComfyLink OpenAPI。
1.2. 创建API Key
进入https://app.comfylink.com/profile,点击 “API Key”创建,请注意,最多只允许同时存在5个 API Key
2. 接口说明
2.1. 请求Header
所有请求需在Header中包含
X-API-Key: YOUR_API_KEY(您创建的API Key字符串,请务必妥善保管)
X-Client-Id: YOUR_UUID(您的Client ID,为了保证唯一,推荐用您的UUID)
2.2. API域名:
HTTP接口:https://api.comfylink.com
WebSocket接口:wss://api.comfylink.com