V
VisageCloud
/rest/v1.1/analysis/compare
Compare several faces identified by faceHash, without depending on mapping faces to profiles
Compare several faces identified by faceHash, without depending on mapping faces to profiles
liveunknown~3s typical
analysisvisagecloud
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-visagecloud-com /rest/v1.1/analysis/compare for me.
Input
| Field | Type | Description |
|---|---|---|
| accessKey* | string | The accessKey provided by VisageCloud default null |
| secretKey* | string | The secretKey or readOnlyKey provided by VisageCloud default null |
| faceHashes* | array | The IDs of the faces which you want compared, comma-separated default null |
| showDetails | boolean | Show details default false |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-visagecloud-com","endpoint":"/rest/v1.1/analysis/compare","input":{"accessKey":"...","secretKey":"...","faceHashes":[],"showDetails":false}}'cli
npx cracked-ai run -p oa-visagecloud-com -e /rest/v1.1/analysis/compare -i '{"accessKey":"...","secretKey":"...","faceHashes":[],"showDetails":false}'mcp
run_tool({ provider: "oa-visagecloud-com", endpoint: "/rest/v1.1/analysis/compare", input: {"accessKey":"...","secretKey":"...","faceHashes":[],"showDetails":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.