cURL
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.
OK
Was this page helpful?