✨ NEW:SORA Watermark Remover - Remove watermarks from SORA generated videos. · Try it now
cURL
curl --request POST \ --url https://modelslab.com/api/v3/finetune_list \ --header 'Content-Type: application/json' \ --data '{ "key": "" }'
{ "status": "success", "messege": "model list", "data": [] }
This endpoint returns an array with the IDs of the models that you have created.
POST
--request POST 'https://modelslab.com/api/v3/finetune_list' \
{ "key": "your_api_key" }
Your API Key used for request authorization
""
Successful response with list of trained models
"success"
"model list"
Array of trained model IDs
[]
Was this page helpful?