# Gondola LLM Access Guide Last updated: 2026-02-13 Gondola is a creator credit and social content analytics platform. ## Supported Markdown Endpoints Purpose-built markdown is available for the following page types: - `https://gondola.cc/` with `Accept: text/markdown` - `https://gondola.cc/posts/{slug}` with `Accept: text/markdown` - `https://gondola.cc/{username}` with `Accept: text/markdown` - `https://gondola.cc/posts/{slug}.md` - `https://gondola.cc/{username}.md` Examples: - `curl -H "Accept: text/markdown" https://gondola.cc/` - `curl -H "Accept: text/markdown" https://gondola.cc/posts/2690540-leomessi-instagram` - `curl -H "Accept: text/markdown" https://gondola.cc/freshtapemedia` - `https://gondola.cc/posts/2690540-leomessi-instagram.md` - `https://gondola.cc/freshtapemedia.md` - `https://gondola.cc/moritzcracker.md` ## Endpoint Behavior - Homepage markdown includes a concise site overview and points agents to this file for more detail. - Post markdown includes: metadata, caption, stats, credits, tags/events, media, account owner, and matching posts. - Profile markdown includes: profile metadata, key roles, top collaborators, and recent posts with stats/credits. - Negotiated markdown responses use `Content-Type: text/markdown; charset=utf-8` and `Vary: Accept`. - If a markdown document cannot be generated (not found, hidden, etc.), the request falls through to normal site routing. - Generic site pages are not converted to markdown by default. ## Discovery - Post and profile HTML pages include `` pointing to the markdown URL. ## Main Web Pages - `https://gondola.cc/about` - `https://gondola.cc/explore` - `https://gondola.cc/creators` - `https://gondola.cc/jobs` - `https://gondola.cc/contact` - `https://gondola.cc/privacy` - `https://gondola.cc/terms` - `https://gondola.cc/plans` - `https://gondola.cc/plans/request-a-demo`