get https://api.lipdub.ai/v1/shots//generate/
Check the status of a LipDub generation job.
This endpoint allows you to monitor the progress of your LipDub generation and determine when it's ready for download.
{
"data": {
"status": "running",
"generate_id": 456
}
}