OG Generate API
atroui/api-generateFreeItem
POST /api/generate - consumer HF/Google keys via atroui/api/generate. No keys shipped.
Install it
npx shadcn@latest add https://atroui.com/r/api-generate.jsonSource
1import { handleGeneratePost } from "atroui/api/generate"23export const runtime = "nodejs"4export const dynamic = "force-dynamic"5export const maxDuration = 6067export async function POST(req: Request) {8 return handleGeneratePost(req)9}
What it pulls in
npm packages
Files it writes
More from atroui
All 81 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Contact APIapi-contact | atroui | Other | Free | 1 dep | |
| Newsletter APIapi-newsletter | atroui | Other | Free | 1 dep | |
| Scope Chat APIapi-scope | atroui | Other | Free | 1 dep | |
| Thumbnail APIapi-thumbnail | atroui | Other | Free | 1 dep | |
| Waitlist APIapi-waitlist | atroui | Other | Free | 1 dep |
