cURL
curl --request GET \ --url https://api.cloudglue.dev/v1/face-match/{face_match_id} \ --header 'Authorization: Bearer <token>'
{ "face_match_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "face_detection_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "frame_extraction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "file_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "created_at": 123, "source_face_bounding_box": { "height": 0.5, "width": 0.5, "top": 0.5, "left": 0.5 }, "data": { "object": "list", "total": 123, "limit": 50, "offset": 1, "faces_matches": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "face_bounding_box": { "height": 0.5, "width": 0.5, "top": 0.5, "left": 0.5 }, "similarity": 50, "frame_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "timestamp": 123, "thumbnail_url": "<string>" } ] } }
Retrieve face match results including detected faces and similarity scores
1 <= x <= 100
x >= 0
pending
processing
completed
failed
Show child attributes