Resolves destination URLs from Sub2Unlock locked links and returns the final target URL.
bypassfailed the last check/v1/bypass-tools:sub2unlock/bypass5m cache1 paramchecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("bypass-tools:sub2unlock", "bypass", {
"url": "https://sub2unlock.com/hYTuA"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/bypass-tools:sub2unlock/bypass?url=https%3A%2F%2Fsub2unlock.com%2FhYTuA" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/bypass-tools:sub2unlock/bypassTakes a Sub2Unlock locked link and returns the final destination URL.urlstringrequiredcurl -X GET "https://api.zpi.web.id/v1/bypass-tools:sub2unlock/bypass?url=https%3A%2F%2Fsub2unlock.com%2FhYTuA" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"ok": true,
"tier": "direct",
"sourceHost": "sub2unlock.com",
"originalUrl": "https://sub2unlock.com/hYTuA",
"destinationUrl": "https://www.roblox.com/games/914010731/Kuzen-Trainer-Ro-Ghoul-ALPHA?privateServerLinkCode=zYljAto6oYDtprfYLrfjoRPrcr6pedEB"
}