Python
import requests url = "https://{FUSION HOST}/api/ai/ml-models/{modelId}" response = requests.get(url) print(response.json())
This response does not have an example.
Download the specified model.
OK
The response is of type file.
file
Was this page helpful?