模型端點Kuaishou (Kling)Kling v2.1 t2v master
使用 kwaivgi/kling-v2.1-t2v-master 生成影片
呼叫 kwaivgi/kling-v2.1-t2v-master 模型生成影片。
Authorization
BearerAuth AuthorizationBearer <token>
API key is required to authorize requests. Create a key in the Atlas Cloud dashboard.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "kwaivgi/kling-v2.1-t2v-master", "prompt": "Capture a dynamic, high-speed chase scene featuring two motorcycles navigating through a bustling cityscape at night. The camera alternates between close-up shots of the riders\' intense expressions, the glowing neon signs of the city, and the sleek lines of the motorcycles as they weave through traffic. The sound of revving engines and the hum of the city create an exhilarating atmosphere." }'{ "id": "string", "urls": {}, "model": "string", "status": "string", "outputs": [ "string" ], "created_at": "2019-08-24T14:15:22Z", "has_nsfw_contents": [ true ]}Last updated on