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>"
}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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.