curl --request POST \
--url https://api.example.com/v1/inference/{model_name} \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}curl --request POST \
--url https://api.example.com/v1/inference/{model_name} \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
model version to run inference against
Successful Response