POST
/
v4
/
models
/
{model_instance_id}
/
deployments
/
{model_deployment_id}
/
executeAsync
curl --request POST \
  --url https://api.egp.scale.com/v4/models/{model_instance_id}/deployments/{model_deployment_id}/executeAsync \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "stream": false
}'
{
  "async_task_id": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string

Path Parameters

model_instance_id
string
required
model_deployment_id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.