Skip to main content
POST
/
api
/
modelApis
/
async
/
v1
/
{asyncModelId}
Request a prediction from an Async model
curl --request POST \
  --url https://api.example.com/api/modelApis/async/v1/{asyncModelId} \
  --header 'Content-Type: application/json' \
  --header 'X-Domino-Api-Key: <api-key>' \
  --data '
{
  "parameters": {}
}
'
{
  "asyncPredictionId": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

asyncModelId
string
required

Id of Async Model

Body

application/json

Information for new Async Prediction

parameters
object
required

Parameters that will be passed to Async Model predict function

Response

Success

asyncPredictionId
string
required

Id of the created Async Prediction