cURL
curl -X POST https://api.bizmori.com/api/v2/orders/anti-ai/confirm \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "idempotencyKey": "key-confirm-001", "orderId": "ORDER_ID" }'
{ "data": "<unknown>" }
Call after file upload is complete to start processing.
inProgress
API Key for external client access
Idempotency key
Order ID
Order confirmed successfully
Response data (null if no data)