Invocation
- Service ID
face-database-list-entities- Method
POST- Endpoint
/api/tools/face-database-list-entities- Legacy Endpoint
/api/tools/aliyun-facebody-list-face-entities- MCP Tool
face_database_list_entities- Price
- USD 0.20
Paid API service
Use this visual AI API when the task needs the visual analysis task described by action 分页列出人脸数据库中的实体。. Send the schema keys exactly as listed (DbName, EntityIdPrefix, Labels, Limit, Offset, Order, Token); required parameters: DbName.
face-database-list-entitiesPOST/api/tools/face-database-list-entities/api/tools/aliyun-facebody-list-face-entitiesface_database_list_entitiesCall the endpoint without payment to receive HTTP 402 metadata. After payment is complete, retry with X-Payment-Token, an x402 payment signature, or MCP paymentToken.
Call POST /api/tools/face-database-list-entities once to receive HTTP 402 with accepts[] requirements, or create a payment with POST /api/payments using serviceId="face-database-list-entities". Pay Base USDC with PAYMENT-SIGNATURE or pay XIAO with X402-Guarantee, then retry the same request.
{
"exampleRequest": {
"DbName": "example-face-db"
},
"exampleResponse": {
"code": "200",
"content": "",
"data": {
"Action": "ListFaceEntities",
"Result": "example result from Alibaba Cloud facebody"
},
"message": "success",
"requestId": "example-request-id"
},
"inputSchema": {
"description": "Use Alibaba Cloud RPC parameter names exactly, for example ImageURL, ImageUrl, Url, URL, JobId, or Tasks depending on the service.",
"properties": {
"DbName": {
"description": "Alibaba Cloud face database or template identifier.",
"type": "string"
},
"EntityIdPrefix": {
"description": "Alibaba Cloud RPC parameter EntityIdPrefix.",
"type": "string"
},
"Labels": {
"description": "Alibaba Cloud RPC parameter Labels.",
"type": "string"
},
"Limit": {
"description": "Alibaba Cloud RPC parameter Limit.",
"type": "number"
},
"Offset": {
"description": "Alibaba Cloud RPC parameter Offset.",
"type": "number"
},
"Order": {
"description": "Alibaba Cloud RPC parameter Order.",
"type": "string"
},
"Token": {
"description": "Alibaba Cloud RPC parameter Token.",
"type": "string"
}
},
"required": [
"DbName"
],
"type": "object"
},
"outputSchema": {
"properties": {
"code": {
"type": "string"
},
"content": {
"type": "string"
},
"data": {
"type": "object"
},
"message": {
"type": "string"
},
"requestId": {
"type": "string"
}
},
"required": [
"requestId",
"data"
],
"type": "object"
}
}