# genui.sh > genui.sh is an API service that turns any data into a hosted PDF, chart, table, markdown doc, or interactive form with a single API call. Built for developers, no-code automators (Make.com, n8n, Zapier), and AI agents who need a shareable hosted link in seconds. More output types than any PDF API — cheaper than all of them. Important notes: - All API requests require an API key: `Authorization: Bearer art_live_xxxxx` - Each artifact gets a unique shareable URL at `www.genui.sh/a/{id}` - Supports 5 templates: `chart`, `table`, `markdown`, `pdf`, `@std/dynamic` ## Docs - [Quickstart](https://www.genui.sh/docs/quickstart): Get started with your first artifact in minutes - [Full LLM Documentation](https://www.genui.sh/llms-full.txt): Complete API specification for LLMs - [Dashboard](https://www.genui.sh/dashboard): Get your API key and manage artifacts ## Examples - [Chart template](https://www.genui.sh/docs/templates/chart): Create bar, line, pie, and area charts from data arrays - [Table template](https://www.genui.sh/docs/templates/table): Render sortable, searchable tables with CSV export - [Markdown template](https://www.genui.sh/docs/templates/markdown): Render formatted markdown documents - [PDF template](https://www.genui.sh/docs/templates/pdf): Generate downloadable PDF documents - [Dynamic UI template](https://www.genui.sh/docs/templates/dynamic): Build forms, cards, and layouts using a JSON component tree ## Blog Each post is also available as plain markdown at `{post-url}/raw` for AI consumption. The full corpus is at `https://genui.sh/llms-full.txt`. - [Generate a PDF from JSON with one API call](https://genui.sh/blog/pdf-from-json-one-api-call): A practical look at PDF-generation APIs in 2026 and the one-call multi-format approach. ([raw](https://genui.sh/blog/pdf-from-json-one-api-call/raw)) - [From n8n workflow to a hosted dashboard in under a minute](https://genui.sh/blog/n8n-workflow-hosted-dashboard): Take any n8n output and turn it into a shareable dashboard link with a single HTTP Request node. ([raw](https://genui.sh/blog/n8n-workflow-hosted-dashboard/raw)) - [Introducing @std/dynamic: a JSON format for composable dashboards](https://genui.sh/blog/introducing-std-dynamic): The composable dashboard format powering genui.sh — shape, primitives, and design rationale. ([raw](https://genui.sh/blog/introducing-std-dynamic/raw)) ## Optional - [About](https://genui.sh/about): What genui.sh is, who's behind it, and the principles that drive product decisions - [Playground](https://www.genui.sh/dashboard/playground): Interactive editor to build and preview artifacts - [API Documentation](https://www.genui.sh/docs): Full API reference