POST
/
deepfake
/
clear_queue
Clear API Queue
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/deepfake/clear_queue \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>"
}'

Request

Send a POST request to below endpoint to clear the API’s cache.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/deepfake/clear_queue' \

Body

json
{ 
    "key": "enterprise_api_key"
}

Body

application/json
key
string
required

Your API key

Response

Queue cleared successfully