POST
/
luma
/
generations
/
batch
curl -X POST https://www.anyfast.ai/luma/generations/batch \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "ids": ["gen_123456", "gen_123457"]
  }'
Query the status of multiple Luma AI video generation tasks in batch.

Request Parameters

ids
array
required
Array of task IDs.
curl -X POST https://www.anyfast.ai/luma/generations/batch \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "ids": ["gen_123456", "gen_123457"]
  }'