✨ NEW:SORA Watermark Remover - Remove watermarks from SORA generated videos. · Try it now
cURL
curl --request POST \ --url https://modelslab.com/api/processing/request_count \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>" } '
{ "status": "success", "processing_count": 123, "message": "Current processing request count retrieved successfully" }
Get the current number of processing requests before sending another request.
GET
--request GET 'https://modelslab.com/api/v6/processing/request_count' \
{ "key": "your_api_key" }
Your API Key used for request authorization
Processing request count response
success
Current number of processing requests
"Current processing request count retrieved successfully"
Was this page helpful?