AIモデルAPIVideosKling
Kling 画像から動画を生成
Kling モデルを使用して画像から動画を生成します。
image パラメータを介して画像URLまたはBase64エンコードされた画像データを渡すことをサポートしています。
Authorization
BearerAuth AuthorizationBearer <token>
使用 Bearer Token 认证。
格式: Authorization: Bearer sk-xxxxxx
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/kling/v1/videos/image2video" \ -H "Content-Type: application/json" \ -d '{}'{
"task_id": "abcd1234efgh",
"status": "queued"
}{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}このガイドはいかがですか?
最終更新