Fetch the rendered markdown content of a public Rentry paste.
rawpassing, 0.4s/v1/bypass-tools:rentry/raw10m 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:rentry", "raw", {
"url": "https://rentry.co/what"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/bypass-tools:rentry/raw?url=https%3A%2F%2Frentry.co%2Fwhat" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/bypass-tools:rentry/rawFetch the rendered markdown content of a public Rentry paste.urlstringrequiredwhat).curl -X GET "https://api.zpi.web.id/v1/bypass-tools:rentry/raw?url=https%3A%2F%2Frentry.co%2Fwhat" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"id": "what",
"url": "https://rentry.co/what",
"title": "What",
"length": 3843,
"content": "What\n\nRentry.co is a\n\nmarkdown paste service\n\nservice with preview, custom urls and editing. Fast, simple and free.\n\n\n\nMarkdown is a lightweight markup language with plain text for…",
"viaProxy": false,
"scrapedAt": "2026-06-20T02:10:37.871Z",
"contentHtml": "<article>\n <div>\n <h2 class=\"h5\" id=\"wat\">What<a class=\"headerlink\" href=\"#wat\" title=\"Permanent link\"></a></h2>\n <p style=\"dis…"
}