POST
/
enterprise
/
text_to_speech
/
fetch
/
{id}
Enterprise: Fetch Queued Request Endpoint
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/text_to_speech/fetch/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>"
}'
{
  "status": "success",
  "message": "Operation completed successfully"
}

Request

Send a POST request to below endpoint to return the corresponding queued audio. Where {id} is the ID returned together with the audio URL in the response upon its generation.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/text_to_speech/fetch/{id}' \

Body

json
{ 
    "key": "enterprise_api_key"
}

Body

application/json

Response

Success

The response is of type object.