Path Parameters
Body
application/json · object
Response
200 - application/json
OK
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
Was this page helpful?