curl -X POST https://api.bizmori.com/api/v2/orders/wtr-extract \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"idempotencyKey": "key-extract-001",
"file": {
"fileName": "watermarked.jpg"
}
}'{
"data": {
"orderName": "wtr_extract_2026-02-13",
"orderId": "123456789",
"file": {
"fileId": 1,
"fileName": "watermarked.jpg",
"uploadUrl": "https://s3.amazonaws.com/...",
"fileKey": "123/456/watermarked.jpg",
"fileFormat": "JPG",
"fileType": "IMG",
"role": "watermarked",
"sequence": 1
}
}
}Create a watermark extraction order.
includeOriginal: true allows uploading the original file alongsideincludeOriginalcurl -X POST https://api.bizmori.com/api/v2/orders/wtr-extract \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"idempotencyKey": "key-extract-001",
"file": {
"fileName": "watermarked.jpg"
}
}'{
"data": {
"orderName": "wtr_extract_2026-02-13",
"orderId": "123456789",
"file": {
"fileId": 1,
"fileName": "watermarked.jpg",
"uploadUrl": "https://s3.amazonaws.com/...",
"fileKey": "123/456/watermarked.jpg",
"fileFormat": "JPG",
"fileType": "IMG",
"role": "watermarked",
"sequence": 1
}
}
}API Key for external client access
Idempotency key
Hide child attributes
Watermarked file name (with extension)
"watermarked.jpg"
Include original file (image only)
Order created successfully
Hide child attributes
Order name (auto-generated)
Order ID
Watermark extract order file info
Hide child attributes
File ID
File name
Upload URL (presigned URL)
S3 file key
File format
"JPG"
File type (image or PDF)
IMG, DOCUMENT File role (always "watermarked" for the main file)
watermarked File sequence number (always 1)
1
Original file info (only when includeOriginal is true)
Hide child attributes
File ID
File name
Upload URL (presigned URL)
S3 file key
File format
File type (image only)
IMG File role (always "original")
original File sequence number (always 1)
1