curl -X GET https://api.bizmori.com/api/v2/orders/ORDER_ID \
-H "Authorization: Bearer YOUR_API_TOKEN"{
"data": {
"type": "antiAi",
"orderId": "1234567890123456789",
"channel": "api",
"thumbnailImageUrl": "https://s3.amazonaws.com/...",
"status": "complete",
"orderName": "anti_ai_2026-03-12",
"fileCount": 3,
"createdAt": "2026-03-12T10:00:00.000Z",
"updatedAt": "2026-03-12T10:05:00.000Z",
"errors": null
}
}curl -X GET https://api.bizmori.com/api/v2/orders/ORDER_ID \
-H "Authorization: Bearer YOUR_API_TOKEN"{
"data": {
"type": "antiAi",
"orderId": "1234567890123456789",
"channel": "api",
"thumbnailImageUrl": "https://s3.amazonaws.com/...",
"status": "complete",
"orderName": "anti_ai_2026-03-12",
"fileCount": 3,
"createdAt": "2026-03-12T10:00:00.000Z",
"updatedAt": "2026-03-12T10:05:00.000Z",
"errors": null
}
}API Key for external client access
Order ID
Success
Order detail info
Hide child attributes
Order ID
Order name
Order type
antiAi, watermarkEmbed, watermarkExtract, aiDetection Order channel
api, web Order status
pending, inProgress, complete, failed, expired Number of files
Thumbnail image URL (presigned URL, 1-hour expiry). For aiDetection orders, only returned when generateThumbnail option is used. null when expired.
Original input image download URL (presigned URL, 1-hour expiry). aiDetection orders only. null when expired.
Created at
Updated at
Error message (on failure)
Watermark text list (watermarkEmbed orders only)
Extracted watermark text (watermarkExtract orders only)
AI detection probability (aiDetection orders only)
Status code by order type. watermarkExtract orders:
Options set at order creation (aiDetection orders only)
AI detection heatmap image download URL (aiDetection orders only, when generateHeatmap option is used)
Heatmap overlay on original image download URL (aiDetection orders only, when generateOverlay option is used)