Amazon Augmented AI Runtime
The Amazon Augmented AI Runtime API lets you manage human review loops for A2I flow definitions, including starting new loops, retrieving details of individual or multiple loops, stopping active loops, and deleting loops.
Latency
644ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/human-loops/{HumanLoopName}
Deletes the specified human loop for a flow definition. If the human loop was deleted, this operation will return a ResourceNotFoundException .
/human-loops/{HumanLoopName}
Returns information about the specified human loop. If the human loop was deleted, this operation will return a ResourceNotFoundException error.
/human-loops#FlowDefinitionArn
Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.
/human-loops
Starts a human loop, provided that at least one activation condition is met.
/human-loops/stop
Stops the specified human loop.
5 endpoints auto-detected
Authentication
This API uses an API key, passed in the "Authorization" header. No OAuth required.
curl -X DELETE \
"https://github.com/mermade/aws2openapi/human-loops/{HumanLoopName}" \
-H "Authorization: YOUR_API_KEY"github.com · HTTPS only