Feature Request: Clickable Hyperlink Support in inputText (preserve mode)
We are using the Gamma API to generate professional research documents for investors. Our workflow
assembles a large body of market research content - sourced from live web research - and sends it
to Gamma via the generations endpoint using textMode: "preserve".
At the end of every document we include a Sources section that lists the citations used throughout
the document. Each citation has a label (e.g. [1.1], [4.3]) and a source URL. We want readers to be
able to click those URLs to open the source in a browser.
What we tried:
- Standard markdown link syntax: 1.1 - Gamma renders this as literal
text, not a clickable link.
- Bare URL: <https://source-url.com> - not auto-linked.
- After reviewing the full developer documentation at <http://developers.gamma.app|developers.gamma.app>, we found no documented
syntax for creating clickable hyperlinks within inputText.
What we are asking for:
A supported way to include clickable hyperlinks in inputText content when using textMode:
"preserve". This could be standard markdown link syntax text, bare URL auto-linking, or a
Gamma-specific encoding - whatever fits the platform's architecture.
A secondary related request: per-card textMode control, so that specific cards (such as a
References card) could use textMode: "generate" while the rest of the document uses textMode:
"preserve". This would allow Gamma's own rendering to handle links on those cards.
Why it matters:
Source citations are a credibility requirement in professional research documents. Without
clickable links, readers must manually copy and paste each URL - which is a significant friction
point in a document designed to build investor confidence.