AurionAI Docs

Receive Webhook

Accept an external webhook trigger for a published workflow. Validates HMAC-SHA256 signature from ``X-Workflow-Signature`` header. Returns 202 Accepted immediately; actual execution is async (Epic 3).

POST
/api/v2/workflows/webhook/{workflow_id}

Accept an external webhook trigger for a published workflow.

Validates HMAC-SHA256 signature from X-Workflow-Signature header. Returns 202 Accepted immediately; actual execution is async (Epic 3).

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

workflow_id*Workflow Id

Response Body

application/json

application/json

curl -X POST "https://loading/api/v2/workflows/webhook/string"
{
  "property1": "string",
  "property2": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}