POST
/
luma
/
generations
/
{id}
/
extend
curl -X POST https://www.anyfast.ai/luma/generations/gen_123456/extend \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Continue with the sun setting below the horizon"
  }'
Extend an already generated Luma AI video.

Path Parameters

id
string
required
Original video task ID.

Request Parameters

prompt
string
Description for the extended portion.
curl -X POST https://www.anyfast.ai/luma/generations/gen_123456/extend \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Continue with the sun setting below the horizon"
  }'