POST
/
v4
/
serving
/
a
/
{alias}
/
executeAsync
curl --request POST \
  --url https://api.egp.scale.com/v4/serving/a/{alias}/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

Path Parameters

alias
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.