Authorizations
Headers
Body
application/json
Flag indicating whether to stream the completion response
Response
Successful Response
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>"
}
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>"
}
Flag indicating whether to stream the completion response
Successful Response