Add proper API docs page, fix Stripe lazy init, update docs links

This commit is contained in:
DocFast Bot 2026-02-14 14:31:44 +00:00
parent 467a97ae1c
commit 7f04789997
5 changed files with 419 additions and 14 deletions

View file

@ -25,7 +25,7 @@ router.post("/free", (req: Request, res: Response) => {
apiKey: keyInfo.key,
tier: "free",
limit: "100 PDFs/month",
docs: "https://docfast.dev/#endpoints",
docs: "https://docfast.dev/docs",
note: "Save this API key — it won't be shown again.",
});
});