List models

GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/models

List all entities under filtering conditions. If no hit, the response will be a 200 with 0 counts.

RESPONSES

status: OK

{"total":2,"models":[{"name":"JCV_FACE_K25000","endpoints":["detect","create","compare","search"],"availableReturnDetails":{"position":{"enabled":true},"angle":{"enabled":true},"landmarks":{"enabled":true,"count":106},"quality":{"enabled":true,"responseFields":["brightness","sharpness","mouthClosed","centered","size","integrity","completeness.total","completeness.leftEyeBrow","completeness.rightEyeBrow","completeness.leftEye","completeness.rightEye","completeness.nose","completeness.mouth","completeness.faceContour"]},"attributes":{"enabled":true,"responseFields":["age","gender","bangs","facialHair","helmet","hat","headphones","glasses","mask","emotions"]}},"recommendedThreshold":{"withMask":0.82,"withOutMask":0.95}},{"name":"JCV_FACE_J10000","endpoints":["detect","create","compare","search"],"availableReturnDetails":{"position":{"enabled":true},"angle":{"enabled":true},"landmarks":{"enabled":true,"count":106},"quality":{"enabled":true,"responseFields":["total","brightness","sharpness","mouthClosed","centered","size","integrity","completeness.total"]},"attributes":{"enabled":true,"responseFields":["age","gender","mask"]}},"recommendedThreshold":{"withMask":0.82,"withOutMask":0.95}}]}