From fb2c6383f9a5dab3c448956d2bde5bc7de74d3e2 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 1 Apr 2026 15:55:41 +0800 Subject: [PATCH] bugfix --- README.md | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b08b42..36da0cb 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,21 @@ data: [DONE] | duration | integer | 否 | `12` | 视频长度。视频时长(秒)。 | ### 例子 +使用seedance的例子 +``` +#!/usr/bin/env bash +# "model": "doubao-seedance-1-5-pro-251215", +curl -X POST https://opencomputing.ai/llmage/video \ + -H "Content-Type: application/json" \ + -H "Authorization: Bearer " +``` ## 错误信息 * 401: {"error": "Invalid API Key"}