---
title: "Get watermark apply result"
method: GET
path: "/watermark/apply/{uuid}/result"
tags: ["watermark"]
---

# Get watermark apply result

`GET /watermark/apply/{uuid}/result`

Retrieve the result of a watermark apply job.

## Path parameters

- `uuid` string, required

## Headers

- `Authorization` string, required

## Response `200`

Apply result

- WatermarkApplyResponse
  - `success` boolean, required
  - `item` WatermarkApplyItem, required
    - `uuid` string, required
    - `media_type` 'audio' | 'image' | 'video', required — Detected media type of the source file.
    - `operation_type` 'apply', required
    - `status` 'pending' | 'processing' | 'completed' | 'failed', required
    - `model_version` 'perth_v2', required
    - `source_media_url` string, uri, required
    - `watermarked_media` string, uri, nullable — Signed output URL when processing is complete.
    - `metrics` WatermarkApplyMetrics — Apply metadata for image/video. Audio apply metrics are null.
      - `strength` number, double
      - `custom_message` string
      - `message_bits_length` integer, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-07-26** `5e92bebbaf1f` — 1 breaking, 14 info
  - the `item/metrics` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `item/metrics/custom_message` to the response with the `200` status
  - added the optional property `item/metrics/message_bits_length` to the response with the `200` status
  - added the optional property `item/metrics/strength` to the response with the `200` status
  - …11 more

[Change history](https://skmtc.dev/resemble/apis/api-reference/changes/watermark/apply/:uuid/result/get.md)

---

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