English
cURL
curl --request POST \ --url https://api.kie.ai/api/v1/modify/generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "prompt": "A futuristic cityscape at night with towering glass spires reaching into a starry sky", "videoUrl": "https://example.com/input-video.mp4", "callBackUrl": "https://your-callback-url.com/luma-callback", "watermark": "your-watermark-id" }'
{ "code": 200, "msg": "success", "data": { "taskId": "774d9a7dd608a0e49293903095e45a4c" } }
Create a new Luma modify video generation task.
All APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Note:
Request successful
The response is of type object.
object