curl --request POST \
--url https://{FUSION HOST}/api/ai/ml-models \
--header 'Content-Type: application/json' \
--data '{}'
"<string>"
Upload a model to Fusion.
curl --request POST \
--url https://{FUSION HOST}/api/ai/ml-models \
--header 'Content-Type: application/json' \
--data '{}'
"<string>"
OK
The response is of type string
.
Was this page helpful?