POST
/
deepfake
/
fetch
Fetch Queued Request
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/deepfake/fetch \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>",
  "id": "<string>"
}'
This endpoint does not generate new video, it returns already generated/queued videos.

Request

Send a POST request to below endpoint to return the corresponding queued videos.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/deepfake/fetch/{id}' \

Body

json
{ 
    "key": "enterprise_api_key"
}

Body

application/json
key
string
required

Your API key

id
string
required

ID of the queued request

Response

Queued request result fetched successfully