V
VisageCloud
/rest/v1.1/stream/attendance
Get last N recognized individuals from stream
Get last N recognized individuals from stream
liveunknown~3s typical
streamvisagecloud
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-visagecloud-com /rest/v1.1/stream/attendance 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 |
| streamIds | array | The id of the stream for which the frames will be retrieved default null |
| count | integer | How many frames to retrieve at a time default 10 |
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/stream/attendance","input":{"accessKey":"...","secretKey":"...","streamIds":[],"count":10}}'cli
npx cracked-ai run -p oa-visagecloud-com -e /rest/v1.1/stream/attendance -i '{"accessKey":"...","secretKey":"...","streamIds":[],"count":10}'mcp
run_tool({ provider: "oa-visagecloud-com", endpoint: "/rest/v1.1/stream/attendance", input: {"accessKey":"...","secretKey":"...","streamIds":[],"count":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.