Function Overview
Last Updated: 2026-05-09
| Generate |
affx.gen |
Billing |
| Generate Website |
affx.gen("site", domain="", name="", desc="", count=x, lang="", href="", tweak=""(Optional), trust=True/False(Optional; default=True)) |
Billed by quota |
| Generate Webpage |
affx.gen("page", domain="", name="", desc="", lang="", href="", link=""(Optional), dir=""(Optional; default=current folder)) |
Free |
| Generate/Update Schema |
affx.gen("schema", domain="", path="") |
Free |
| Generate/Update llms.txt |
affx.gen("llms", domain="") |
Free |
| Update |
affx.upd |
| Update the specified Webpage |
affx.upd("page", domain="", path="", desc=""(Optional), lang=""(Optional)) |
Billed by quota |
| Auto Update Webpages |
affx.upd("autopage", domain="", count=x, desc=""(Optional), lang=""(Optional)) |
Billed by quota |
| Replace Webpage Images |
affx.upd("reimg", domain="", path="") |
Free |
| Regenerate Webpage |
affx.upd("repage", domain="", path="") |
Free |
| Remove |
affx.rm |
| Delete Website |
affx.rm("site", domain="") |
Free |
| Delete Webpage |
affx.rm("page", domain="", path="") |
Free |
| List |
affx.ls |
| List All Websites |
affx.ls("site", domain=True/Fasle(Optional; default=True)) |
Free |
| List Website Pages |
affx.ls("page", domain="") |
Free |
| List Infringement Words |
affx.ls("word") |
Free |
| List Trusted Pages |
affx.ls("trust") |
Free |
| List CTA Button |
affx.ls("cta") |
Free |
| List External Links |
affx.ls("href") |
Free |
| List Plan Info |
affx.ls("plan") |
Free |
| Download |
affx.dl |
| Download Website ZIP |
affx.dl("site", domain="", dir=""(Optional; default=current folder)) |
Free |
| Download Webpage Source |
affx.dl("page", domain="", path="", dir=""(Optional; default=current folder))) |
Free |
| Download Webpage Schema |
affx.dl("schema", domain="", path="", dir=""(Optional; default=current folder)) |
Free |
| Setting |
affx.set |
| Set GitHub Token |
affx.set("github", "") |
Free |
| Set Vercel Token |
affx.set("vercel", "") |
Free |
| Set Infringement Words |
affx.set("word", "", append=True/False(Optional, default=True)) |
Free |
| Set Trusted Pages |
affx.set("trust", "") |
Free |
| Set CTA Button |
affx.set("cta", "") |
Free |
| Set External Links |
affx.set("href", nofollow=True/False, noreferrer=True/False, noopener=True/False, _blank=True/False) |
Free |
| Other |
| Show All API Functions |
affx.help() |
| Report Issues / Suggestions, etc |
affx.feedback("") |