Enterprise: Clear API Queue Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/speech_to_text/clear_queue \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}Speech to Text API
Clear Queue
This endpoint is used to clear the API’s queue.
POST
/
enterprise
/
speech_to_text
/
clear_queue
Enterprise: Clear API Queue Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/speech_to_text/clear_queue \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}Request
Send aPOST request to below endpoint to clear the API’s queue.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/speech_to_text/clear_queue' \
Body
json
{
"key": "enterprise_api_key"
}
Body Attributes
API key for authentication.
Was this page helpful?
⌘I

