VisageCloud
V
VisageCloud
/rest/v1.1/collection/export/csv

Retrieve collection content for data analysis.

Retrieve collection content for data analysis.

liveunknown~3s typical
collectionvisagecloud
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-visagecloud-com /rest/v1.1/collection/export/csv for me.

Input

FieldTypeDescription
accessKey*stringThe accessKey provided by VisageCloud default null
secretKey*stringThe secretKey or readOnlyKey provided by VisageCloud default null
collectionId*stringThe id of the collection for which the data will be retrieved 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/collection/export/csv","input":{"accessKey":"...","secretKey":"...","collectionId":"..."}}'
cli
npx cracked-ai run -p oa-visagecloud-com -e /rest/v1.1/collection/export/csv -i '{"accessKey":"...","secretKey":"...","collectionId":"..."}'
mcp
run_tool({ provider: "oa-visagecloud-com", endpoint: "/rest/v1.1/collection/export/csv", input: {"accessKey":"...","secretKey":"...","collectionId":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.