Skip to main content
POST
/
webhooks
/
{workflow_id}
/
{secret}
/
wait
Error
A valid request URL is required to generate request examples
{
  "kind": "<string>",
  "value": "<unknown>"
}
{
  "detail": {
    "download_url": "<string>",
    "expires_in_seconds": 123,
    "content_type": "<string>",
    "size_bytes": 123
  }
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

content-type
string | null

Path Parameters

secret
string
required
workflow_id
required
Pattern: wf_[0-9a-zA-Z]+

Query Parameters

unwrap
boolean
default:false

Return the workflow result directly as the response body, without the {kind, value} envelope. Requires the result to fit inline. If the result was externalized, returns 413 with the download envelope in detail.

Response

Successful Response

kind
string
required
Allowed value: "value"
value
any
required