POST
/
ai
/
ml-models
/
{modelId}
/
prediction
Get a prediction
curl --request POST \
  --url https://{FUSION HOST}/api/ai/ml-models/{modelId}/prediction \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Path Parameters

modelId
string
required

Body

application/json · object

Response

200 - application/json

OK

The response is of type object.