Enterprise: System Details Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/speech_to_text/system_details \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}Speech to Text API
System Details
This endpoint is used to get information about your server.
POST
/
enterprise
/
speech_to_text
/
system_details
Enterprise: System Details Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/speech_to_text/system_details \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}Request
Send aPOST request to below endpoint to get information about your server.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/speech_to_text/system_details' \
Body
json
{
"key": "enterprise_api_key"
}
Body Attributes
API key for authentication.
Was this page helpful?
⌘I

