Light Mode
Video Extend
POST
/api/kling/v1/video/{task_id}/extendThis endpoint from PiAPI's Kling API can extend an existing video.
Request
Path Params
task_id
string
required
Header Params
X-API-Key
string
required
Your API KEY used for request authorization
Body Params application/json
prompt
string
required
prompt of your video
Example
{
"prompt": "string"
}
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
OK-Successful Response
Data Schema
code
integer
optional
data
object
optional
task_id
string
optional
message
string
optional
Example
{
"code": 0,
"data": {
"task_id": "string"
},
"message": "string"
}
Modified at 15 days ago