get https://api.lipdub.ai/v1/shots
Retrieve a list of all available shots that can be used for generating LipDubs.
This endpoint returns paginated results of all shots associated with your account, including their project and scene information.
Example Response
{
"data": [
{
"shot_id": 99,
"shot_label": "api-full-test-new.mp4",
"shot_project_id": 37,
"shot_scene_id": 37,
"shot_project_name": "Lee Studios",
"shot_scene_name": "Under the tent"
}
],
"count": 1
}