한국어
cURL
curl --request GET \ --url https://face.argosidentity.com/faces \ --header 'x-api-key: <api-key>'
{ "message": "Faces retrieved successfully", "result": [ { "collection_id": "<string>", "face_id": "<string>", "user_name": "<string>", "create_time": "<string>", "meta_face_id": "<string>" } ], "totalCount": "<string>" }
특정 컬렉션 내에 포함된 모든 얼굴의 목록을 검색
Unique identifier of the collection
Page number for pagination. Returns 50 pieces of data per iteration
Retrieves a list of faceIds containing a specific string. (Must be at least 5 characters long)
List of faces retrieved successfully
Success message
"Faces retrieved successfully"
표시 하위 속성
Total number of faces found that match the search criteria
이 페이지가 도움이 되었나요?