한국어
cURL
curl --request POST \ --url https://idverify-api.argosidentity.com/modules/faces \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "collectionId": "col_123456789", "userName": "John Doe", "faceImage": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQ..." }'
{ "message": "Face added successfully", "faceId": "face_123456789", "metaFaceId": "meta_123456789", "option": {} }
특정 컬렉션 내에 새로운 얼굴 이미지를 업로드하고 저장
Face successfully added to collection
The response is of type object.
object
이 페이지가 도움이 되었나요?