cURL
curl -X POST https://api.bizmori.com/api/v2/orders/wtr-embed \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "idempotencyKey": "key-embed-001", "files": [ { "fileName": "image.jpg", "watermarks": [{"text": "MORI_WATERMARK"}] } ] }'
{ "data": { "orderName": "<string>", "orderId": "<string>", "files": [ { "fileId": "<string>", "fileName": "<string>", "uploadUrl": "<string>", "fileKey": "<string>" } ] } }
워터마크 삽입 주문을 생성합니다.
complete
curl -X GET https://api.bizmori.com/api/v2/orders/{orderId}/download \ -H "Authorization: Bearer YOUR_API_TOKEN"
expired
API Key for external client access
Idempotency key
1 - 100
Hide child attributes
File name
"image.jpg"
1 - 10
Watermark text
1000
Order created successfully
File ID
Upload URL (presigned URL)
S3 file key