Skip to main content
POST
/
ai
/
ml-models
Upload a model
import requests

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

payload = {}
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

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

Query Parameters

modelId
string
required
type
string
required

Body

application/json
file
file
required

Response

200 - */*

OK

The response is of type string.