Model endpointsKuaishou (Kling)Kling v2.0 t2v master
Generate video with kwaivgi/kling-v2.0-t2v-master
Generates a video using the kwaivgi/kling-v2.0-t2v-master model.
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.0-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