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