API Docs · eKYC Core

Metadata

Endpoints of the eKYC Core API for searching and updating the key-value metadata attached to uploaded images.

Search metadataPOST/v1/search_metadataFinds the faces whose embedded metadata matches the key/value pairs you search on, and returns each match with its face id, image id and metadata.Update metadataPATCH/v1/images/{image_id}Adds metadata, and optionally a label, to an uploaded image, and returns the image's latest label and metadata.