latestOpenAPI 3.1.02026-08-22154287463.4 KB
858365328f92
Invocations
Invoke an action
Invoke an action.
post/invocations
Request body
Example request
{
"action_name": "analyze",
"app_name": "my-app",
"async": true,
"async_timeout_seconds": 600,
"payload": "{\"data\":\"example input\"}",
"version": "1.0.0"
}Response
Invocation created successfully
Example response
{
"action_name": "analyze",
"id": "rr33xuugxj9h0bkf1rdt2bet",
"output": "{\"result\":\"success\",\"data\":\"processed input\"}",
"status": "queued",
"status_reason": "Invocation queued for execution"
}