v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1411386222.7 KB

Starts an asynchronous invocation.

This operation requires permission for the bedrock:InvokeModel action.

To deny all inference access to resources that you specify in the modelId field, you need to deny access to the bedrock:InvokeModel and bedrock:InvokeModelWithResponseStream actions. Doing this also denies access to the resource through the Converse API actions (Converse and ConverseStream). For more information see Deny access for inference on specific models.

post/async-invoke

Request body

clientRequestTokenstring

Specify idempotency token to ensure that requests are not duplicated.

modelIdstring required

The model to invoke.

modelInputobject required

Input to send to the model.

Response

Success

invocationArnstring required

The ARN of the invocation.