Interzoid Global Page Load Performance API
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
$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-interzoid-com-globalpageload /globalpageload for me.

Input

FieldTypeDescription
license*stringYour Interzoid license API key. Register at www.interzoid.com/register default null
origin*stringGeographic 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*stringspecific 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.