鉴权头:Authorization: Bearer YOUR_KEY 或 X-API-Key
单价:¥0.02/秒 · Base:https://your-domain.com
GET /v1/account 余额与单价GET /v1/templates 模板列表POST /v1/jobs 提交渲染GET /v1/jobs/:id 查询任务01-yellow-banner — 黄底花字02-teal-frame — 青角双行03-red-sticker — 红数贴纸04-bilingual-orange — 双语大橙05-cute-pink — 可爱粉描06-hud-blue — 深蓝HUD07-stack-roll — 立体叠滚08-red-bar — 红条双色09-soft-neon — 软霓虹10-serif-pop — 高级白黄11-brush-scatter — 叠字散落12-ice-bubble — 冰蓝气泡13-caution-card — 警戒黄卡14-checklist — 打卡清单15-breaking-news — 头版头条16-magnet-wave — 磁贴音浪17-live-sidebar — 直播侧栏18-hot-bars — 热度柱爆19-guochao-vertical — 国潮竖排20-drop-cap — 杂志首字curl -X POST https://your-domain.com/v1/jobs \
-H "Authorization: Bearer ic_xxx" \
-H "Content-Type: application/json" \
-d '{
"compositionId": "01-yellow-banner",
"title": "说话没人听?\n记住这3招",
"persona": "职场表达",
"videoUrl": "https://cdn.example.com/koubo.mp4",
"bgmUrl": "https://cdn.example.com/bgm.mp3",
"captions": [
{"text":"很多人开口没人听","start":0.15,"end":1.9,"highlights":["没人听"]}
]
}'