Skip to main content
HEAD
/
ai
/
ml-models
/
{modelId}
Check whether a model exists
import requests

url = "https://{FUSION HOST}/api/ai/ml-models/{modelId}"

response = requests.head(url)

print(response.json())
"<string>"

Path Parameters

modelId
string
required

Response

200 - */*

OK

The response is of type string.