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"}