cURL
curl -X POST https://morimori.app/api/v2/orders/anti-ai/with-urls \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "idempotencyKey": "key-url-001", "files": [ { "fileName": "image1.jpg", "imageUrl": "https://example.com/image1.jpg" } ], "options": {"strength": "high"} }'
{ "data": { "orderName": "<string>", "orderId": "<string>", "status": "inProgress" } }
사용 중단: 대신 originalFileUrl 필드를 사용한 /anti-ai 엔드포인트를 사용하세요.
originalFileUrl
/anti-ai
이미지 URL을 직접 제공하여 처리합니다.
mode.zeroCopy: true로 설정하면, 처리 결과가 고객이 제공한 프리사인드 URL로 직접 업로드됩니다.
mode.zeroCopy: true
API Key for external client access
Idempotency key
1 - 100
Show child attributes
Order name (optional)
64
Order created successfully