IG
Interzoid Global Page Load Performance API
/globalpageload
Gets page load (or an API call) performance from a specified global geography such as Paris, Tokyo, Virginia, Mumbai, Fr
Gets page load performance from a specified geography
liveunknown~3s typical
page load performance timeinterzoid
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-globalpageload /globalpageload for me.
Input
| Field | Type | Description |
|---|---|---|
| license* | string | Your Interzoid license API key. Register at www.interzoid.com/register default null |
| origin* | string | Geographic location to perform the measurement from (Paris, Hong Kong, Seoul, Mumbai, Sao Paolo, London, etc. see API home page for full list) default null |
| url* | string | specific URL to perform load test time 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-interzoid-com-globalpageload","endpoint":"/globalpageload","input":{"license":"...","origin":"...","url":"..."}}'cli
npx cracked-ai run -p oa-interzoid-com-globalpageload -e /globalpageload -i '{"license":"...","origin":"...","url":"..."}'mcp
run_tool({ provider: "oa-interzoid-com-globalpageload", endpoint: "/globalpageload", input: {"license":"...","origin":"...","url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.