Python
import requests url = "https://{FUSION HOST}/api/ai/ml-models/{modelId}" response = requests.get(url) print(response.text)
"<string>"
Download the specified model.
OK
The response is of type file.
file
Was this page helpful?