Overview
This endpoint provides image to video functionality.
Authentication
This endpoint requires authentication using a Bearer token.
Authorization
string
default:"sk-***********"
required
Your API key in the format: Bearer YOUR_API_KEY
Request Example
curl -X POST "gptproto/api/v3/kwaivgi/kling-v2.1-i2v-master" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'
Response
Error Responses
{
"error": {
"message": "Invalid signature",
"type": "401"
}
}