POST
/
enterprise
/
video
/
fetch
/
{id}
Enterprise: Fetch Queued Request Endpoint
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/video/fetch/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>"
}'
{
  "status": "success",
  "message": "Operation completed successfully"
}

Request

Send a POST request to below endpoint to return the corresponding queued videos. Where {id} is the ID returned together with the image URL in the response upon its generation. This endpoint does not generate new video, it returns already generated/queued videos.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/video/fetch/{id}' \

Body

json
{ 
    "key": "enterprise_api_key"
}

Body

application/json

Response

Success

The response is of type object.