H
httpbin.org
/redirect-to
302/3XX Redirects to the given URL.
302/3XX Redirects to the given URL.
liveunknown~3s typical
redirectshttpbin.org
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-httpbin-org /redirect-to for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | default null |
| status_code | integer | 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-httpbin-org","endpoint":"/redirect-to","input":{"url":"...","status_code":1}}'cli
npx cracked-ai run -p oa-httpbin-org -e /redirect-to -i '{"url":"...","status_code":1}'mcp
run_tool({ provider: "oa-httpbin-org", endpoint: "/redirect-to", input: {"url":"...","status_code":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.