Skip to main content
GET
/
api
/
v2
/
orders
/
{orderId}
cURL
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
  }
}

Authorizations

Authorization
string
header
required

API Key for external client access

Path Parameters

orderId
string
required

Order ID

Response

Success

data
object

Order detail info