Enterprise: Fetch Queued Request Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/voice-cloning/fetch/{id} \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}Voice Cloning API
Fetch Voice
This endpoint is used to fetch queued voice.
POST
/
voice-cloning
/
fetch
/
{id}
Enterprise: Fetch Queued Request Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/voice-cloning/fetch/{id} \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}Request
Send aPOST request to below endpoint to return the corresponding queued images. Where {id} is the ID returned together with the image URL in the response upon its generation.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/voice/fetch/{id}' \
Body
json
{
"key": "enterprise_api_key"
}
Was this page helpful?
⌘I

