V
VisageCloud
/rest/v1.1/profile/map
Gets all the faceHashes associated to a profile
Gets all the faceHashes associated to a profile
liveunknown~3s typical
profilevisagecloud
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-visagecloud-com /rest/v1.1/profile/map 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 |
| profileId* | string | The profile that contains the faces default null |
| collectionId* | string | The collection that contains the profile default null |
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/profile/map","input":{"accessKey":"...","secretKey":"...","profileId":"...","collectionId":"..."}}'cli
npx cracked-ai run -p oa-visagecloud-com -e /rest/v1.1/profile/map -i '{"accessKey":"...","secretKey":"...","profileId":"...","collectionId":"..."}'mcp
run_tool({ provider: "oa-visagecloud-com", endpoint: "/rest/v1.1/profile/map", input: {"accessKey":"...","secretKey":"...","profileId":"...","collectionId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.