V
VisageCloud
/rest/v1.1/account/billing
Get billing information by accessKey and secretKey
Get billing information by accessKey and secretKey
liveunknown~3s typical
account-controllervisagecloud
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-visagecloud-com /rest/v1.1/account/billing for me.
Input
| Field | Type | Description |
|---|---|---|
| accessKey* | string | accessKey default null |
| secretKey* | string | secretKey default null |
| startDateTime | string | startDateTime default null |
| endDateTime | string | endDateTime default null |
| dateTemplate | string | dateTemplate 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/account/billing","input":{"accessKey":"...","secretKey":"...","startDateTime":"...","endDateTime":"...","dateTemplate":"..."}}'cli
npx cracked-ai run -p oa-visagecloud-com -e /rest/v1.1/account/billing -i '{"accessKey":"...","secretKey":"...","startDateTime":"...","endDateTime":"...","dateTemplate":"..."}'mcp
run_tool({ provider: "oa-visagecloud-com", endpoint: "/rest/v1.1/account/billing", input: {"accessKey":"...","secretKey":"...","startDateTime":"...","endDateTime":"...","dateTemplate":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.