Search Identities
POST https://app.resemble.ai/api/v2/identity/search
Search your identities (plus any global identities) for matches against a media sample. Search is multimodal:
- Audio — voice matching against enrolled voice samples.
- Image — face/visual matching against enrolled reference photos, scored by embedding similarity (
score_type: "cosine"). For the highest-fidelity person face confirmation, use the asynchronous Detect pipeline. - Video — not yet supported for synchronous search (returns
422). Use the Detect pipeline for video identity matching.
Request Body
Example Request (audio)
Example Request (image)
Response
item is an object keyed by the matched identity’s UUID.
distance is a 0–100 match score — higher means a closer match (an identical sample scores 100). Image matches additionally include score_type:
