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