v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-214977372.7 KB

Pre-transformation error

Triggered when a pre-transformation fails. The original file upload may have been accepted, but the requested transformation could not be applied. Review the error reason to understand what went wrong.

postWebhookupload.pre-transform.error

Payload

idstring required

Unique identifier for the event.

type'upload.pre-transform.error' required

The type of webhook event.

created_atstring date-time required

Timestamp of when the event occurred in ISO8601 format.

Example payload

{
  "data": {
    "transformation": {
      "error": {
        "reason": "encoding_failed"
      }
    }
  }
}

Response

Acknowledge