New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
특정 컬렉션 내에 포함된 모든 얼굴의 목록을 검색
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>"
}이 API 엔드포인트를 통해 특정 컬렉션 내에 포함된 모든 얼굴의 목록을 검색할 수 있습니다. 페이지네이션 및 검색 기능을 사용하여 대용량 얼굴 데이터 컬렉션을 효율적으로 관리할 수 있습니다.Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
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)
이 페이지가 도움이 되었나요?
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>"
}