Get watermark result
Retrieve the status and result of a watermarking submission created with POST /api/v2/watermark.
While status is new or inprogress, result is null. Once status is done, result contains the applied policies and, when at least one watermark was applied, a download_url for the watermarked asset (valid until expires_at).
id returned by
Apply watermark to follow the progress of a watermarking
submission.
status is done, result.download_url is a pre-signed URL that stays
valid until result.expires_at. Some policies may fail while others succeed:
check result.errors and result.applied_watermarks to see exactly what was
applied.
Example request
Authorizations
Path Parameters
The submission identifier returned by POST /api/v2/watermark.
Response
Submission found. Returns its current status and, when available, the watermarking result.
Identifier of the watermarking submission. Use it to poll GET /api/v2/watermark/{id}.
Current status of the submission. result is populated only once the status is done.
new, inprogress, done, errored Watermarking result. null while the submission is still being processed; populated once status is done.
Submission-level errors raised while preparing the watermarking job. Absent when there are none.