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"
}Video API
Fetch Video
This endpoint is used to fetch a queued video.
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 aPOST 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"
}
Was this page helpful?
⌘I

