Query the generation status of a loop video task. Poll this endpoint after calling /generate/generateLoopVideo until the task is completed.
This endpoint always returns code: 200 with two possible success states:
Processing state (task in progress):
message: "Task is still in progress"data: nullCompleted state (task finished):
message: "SUCCESS"data: Object containing video file informationPolling recommendations:
data is nulldata is not null (task completed)fileUrl in the response is a relative path that should be combined with your server base URLNavTalk API license key (e.g. sk_navtalk_...)
The task ID string returned by /generate/generateLoopVideo (e.g., "853377020565258316")
"853377020565258316"
Status retrieved successfully. Returns two possible states: processing (data: null) or completed (data: object with video info).
200
Status message indicating task state. Returns 'Task is still in progress' when processing, or 'SUCCESS' when completed. Both are successful responses (code 200).
Task is still in progress, SUCCESS "SUCCESS"
Video information when task is completed successfully