cURL
curl -X POST https://morimori.app/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://morimori.app/api/v2/orders/{orderId}/download \ -H "Authorization: Bearer YOUR_API_TOKEN"
expired
API Key for external client access
Idempotency key
1 - 100
Show child attributes
Order created successfully