✨ NEW:SORA Watermark Remover - Remove watermarks from SORA generated videos. · Try it now
cURL
curl --request POST \ --url https://modelslab.com/api/v1/enterprise/3d/clear_queue \ --header 'Content-Type: application/json' \ --data ' { "key": "enterprise_api_key" } '
{ "status": "success", "message": "Cache cleared successfully" }
This endpoint is used to clear the API’s queue.
POST
--request POST 'https://modelslab.com/api/v1/enterprise/3d/clear_queue' \
{ "key": "enterprise_api_key" }
Your enterprise API key used for request authorization
"enterprise_api_key"
Queue cleared successfully
Status of the clear action
success
error
Result message
"Cache cleared successfully"
Was this page helpful?