VirtuousAI
ReferenceDemo

Execute Action

Stub endpoint to simulate action execution.

POST
/api/demo/actions/{action_id}/execute

Path Parameters

action_id*string

Response Body

application/json

application/json

curl -X POST "https://loading/api/demo/actions/string/execute"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}