---
title: "Post-transformation success"
method: POST
path: "upload.post-transform.success"
---

# Post-transformation success

`POST upload.post-transform.success` (webhook)

Triggered when a post-transformation completes successfully. Post-transformations are applied after the file has been uploaded to the Media Library, generating transformed versions that are ready for immediate delivery. Each post-transformation generates a separate webhook event.

## Payload

- UploadPostTransformSuccessEvent — Triggered when a post-transformation completes successfully. The transformed version of the file is now ready and can be accessed via the provided URL. Note that each post-transformation generates a separate webhook event.
  - `id` string, required — Unique identifier for the event.
  - `type` 'upload.post-transform.success', required — The type of webhook event.
  - `created_at` string, date-time, required — Timestamp of when the event occurred in ISO8601 format.
  - `request` PostTransformWebhookRequestInfo, required
    - `x_request_id` string, required — Unique identifier for the originating request.
    - `transformation` object, required
      - `type` 'transformation' | 'abs' | 'gif-to-video' | 'thumbnail', required — Type of the requested post-transformation.
      - `value` string — Value for the requested transformation type.
      - `protocol` 'hls' | 'dash' — Only applicable if transformation type is 'abs'. Streaming protocol used.
  - `data` object, required
    - `fileId` string, required — Unique identifier of the originally uploaded file.
    - `url` string, uri, required — URL of the generated post-transformation.
    - `name` string, required — Name of the file.

## Acknowledgement `200`

Acknowledge

---

[API](https://skmtc.dev/imagekit-developer/apis/imagekit-api.md) · [All operations](https://skmtc.dev/imagekit-developer/apis/imagekit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/imagekit-developer/imagekit-api/revisions/bb3e9ff84b3e/schema)
