Skip to main content

Get Luma Modify Details

Query the status and results of a Luma modify video generation task.

Status Descriptions

  • 0: GENERATING - Task is currently being processed
  • 1: SUCCESS - Task completed successfully
  • 2: CREATE_TASK_FAILED - Failed to create the task
  • 3: GENERATE_FAILED - Task creation succeeded but generation failed
  • 4: CALLBACK_FAILED - Generation succeeded but callback failed

Important Notes

  • Generated videos are stored temporarily and may expire
  • Check the response object for generated video URLs when status is SUCCESS
  • Use polling with reasonable intervals (recommended: 30 seconds) to avoid rate limiting

Usage Examples

Response Field Details

successFlag
integer
required
Current status of the video generation task:
response
object
Generation results (only present when successFlag = 1):
paramJson
string
Original request parameters in JSON string format, useful for debugging and audit trails
createTime
integer
Task creation timestamp (Unix milliseconds)
completeTime
integer
Task completion timestamp (Unix milliseconds), only present when task is finished
errorCode
integer
Error code when task fails (successFlag = 2 or 3)
errorMessage
string
Detailed error message when task fails
Rate limits and quotas are enforced by Apikley and may differ from upstream providers.

OpenAPI

luma-api/luma-api.json get /api/v1/modify/record-info

To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.apikley.ru/llms.txt