# Ellipsis Brands Ellipsis Brands is a UK beauty brand innovator focused on concept development, formulation, design, sourcing, manufacturing, and brand activation. We create high-impact beauty brands through a vertically integrated model that brings strategy, science, and creativity together. ## Machine-Readable Content Access To support LLMs, RAG pipelines, and automated agents, this site provides Markdown-friendly access to public-facing content. Use the options below to retrieve content without page chrome and navigation overhead. ### 1. Discovery For a complete list of crawlable public URLs, use the XML sitemap: - https://ellipsisbrands.com/sitemap.xml ### 2. Retrieval Methods #### A. Append `.md` (Recommended) Add `.md` to a standard content URL to request its Markdown version. - **HTML:** https://ellipsisbrands.com/about-us - **Markdown:** https://ellipsisbrands.com/about-us.md #### B. Content Negotiation The server also supports the `Accept` header. Sending `Accept: text/markdown` to a standard URL rewrites the request to the Markdown endpoint. ```bash curl -H "Accept: text/markdown" https://ellipsisbrands.com/about-us ```