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
}
}Get order details
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
}
}Documentation Index
Fetch the complete documentation index at: https://docs.bizmori.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key for external client access
Path Parameters
Order ID
Response
Success
Order detail info
Hide child attributes
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:
- detected - Watermark detected
- undetected - Watermark not detected aiDetection orders (computed from probability):
- likely_real - probability < 0.25
- uncertain_real - 0.25 <= probability < 0.5
- uncertain_ai - 0.5 <= probability < 0.75
- likely_ai - probability >= 0.75 Not returned for other order types.
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)