curl --request POST \
--url https://{FUSION HOST}/api/ai/ml-models/{modelId}/prediction \
--header 'Content-Type: application/json' \
--data '{}'
{}
Get a prediction from the specified model.
curl --request POST \
--url https://{FUSION HOST}/api/ai/ml-models/{modelId}/prediction \
--header 'Content-Type: application/json' \
--data '{}'
{}
OK
The response is of type object
.
Was this page helpful?