Last updated: August 19

<span aria-hidden="true" id="making-apis-and-documentation-more-accessible-to-ai-tools"></span>

# Making APIs and documentation more accessible to AI tools

![Kevin van Zonneveld](/assets/images/teammates/avatar-kvz-4.jpg?dpl=dpl_5eQDcFwLGbzg3PfkSEW2a2j2x5pY)

**Kevin van Zonneveld**

Co-founder · Amsterdam, The Netherlands · Show bio

[](https://x.com/kvz)[](https://github.com/kvz)

Transloadit publishes `/llms.txt` and `/llms-full.txt` files to make our documentation easier for retrieval-capable tools and AI agents to consume. These files provide Markdown-oriented entry points alongside the normal documentation website.

<span aria-hidden="true" id="what-is-llmstxt"></span>

## What is llms.txt?

Proposed in September 2024 by [Jeremy Howard⁠](https://x.com/jeremyphoward), co-founder of Answer.AI,`/llms.txt` is a community convention for publishing a concise Markdown index of important pages. It gives retrieval systems a simpler starting point than a rendered website and lets a caller select relevant source pages before adding them to a model’s context.

`llms.txt` should be treated as a retrieval interface, not as an SEO or answer-ranking mechanism. Publishing the file does not guarantee that Google, ChatGPT, or another product will discover it, use it, rank a site differently, or produce a more accurate answer. Each crawler, assistant, and agent decides which URLs it retrieves and how it uses the returned content.

The current convention describes a small retrieval graph:

* Path-scoped `llms.txt` files provide concise overviews with structured links to key resources.
* Documentation pages expose Markdown variants, while `rel="alternate"` and `rel="describedby"`links help clients discover the Markdown page and the most specific index.

Transloadit also retains `/llms-full.txt`, an older, implementation-specific companion endpoint that contains a monolithic documentation corpus. It is not part of the current llms.txt format and is not the recommended starting point for retrieval.

<span aria-hidden="true" id="why-does-this-matter-to-developers"></span>

## Why does this matter to developers?

When a tool is able to retrieve these files, Transloadit’s implementation offers practical benefits:

1. **A predictable entry point**: tools can start from one documented index instead of discovering links in rendered navigation.
2. **Selective context usage**: callers can retrieve the pages relevant to a task instead of placing the whole documentation corpus in one prompt.
3. **Source-oriented responses**: agents can cite current pages about ourRobots, parameters, and workflows. Accuracy still depends on retrieval, model behavior, and verification.
4. **Lower parsing overhead**: Markdown removes much of the navigation, styling, and client-side interface that is irrelevant to documentation retrieval.

<span aria-hidden="true" id="what-is-included-in-our-implementation"></span>

## What is included in our implementation?

Our \</llms.txt> file provides a concise overview of Transloadit's core functionality, including:

* a clear explanation of our file uploading and processing capabilities;
* example Assembly Instructions, demonstrating our JSON-based workflow configuration;
* links to key documentation resources;
* a comprehensive list of available Robots.

The more detailed \</llms-full.txt> expands on this with:

* detailed Robot parameter schemas;
* code examples for various integration scenarios;
* comprehensive documentation on all aspects of the Transloadit service.

<span aria-hidden="true" id="how-to-use-llmstxt-with-ai-tools"></span>

## How to use llms.txt with AI tools

Start with [https://transloadit.com/llms.txt](/llms.txt), select the links that match the task, and retrieve those pages. If your tool cannot fetch URLs, copy the relevant Markdown into the prompt or attach the downloaded file. Avoid loading `llms-full.txt` by default: the focused pages usually consume less context and are easier to verify.

Do not assume that mentioning the URL makes an assistant fetch it. Check the tool’s retrieval or browsing capabilities and ask it to identify the source pages it actually used.

<span aria-hidden="true" id="join-the-ai-friendly-web-movement"></span>

## Join the AI-friendly web movement

We see `llms.txt` as a useful, lightweight convention for documentation retrieval. Its value comes from giving tools a stable source map and giving developers control over which pages enter a model’s context—not from an assumed ranking boost.

We encourage other services to join this movement and implement their own `llms.txt` files. For more information about the proposal, visit [llmstxt.org⁠](https://llmstxt.org/).

<span aria-hidden="true" id="resources"></span>

## Resources

* [Transloadit llms.txt](/llms.txt)
* [Transloadit llms-full.txt](/llms-full.txt)
* [llms.txt proposal documentation⁠](https://llmstxt.org/)
* [Jeremy Howard's proposal⁠](https://www.answer.ai/posts/2024-09-03-llmstxt.html)
* [Directory of llms.txt implementations⁠](https://directory.llmstxt.cloud/)
* [llms.txt hub⁠](https://llmstxthub.com/)

We’re interested to see how developers use this retrieval interface with Transloadit. As always, we welcome your feedback and questions in our[Community Forum⁠](https://community.transloadit.com/).

[#ai](/blog/tags/ai.md)[#documentation](/blog/tags/documentation.md)[#developer-experience](/blog/tags/developer-experience.md)[#artificial-intelligence-service](/blog/tags/artificial-intelligence-service.md)

### 👩‍💻 Join 20k+ developers

Sign up for our [monthly newsletter](/newsletters.md) to receive direct links to 3 exclusive tech — and 2 product updates. No less, no more.

Your email:

Get access

## File uploading and encoding. Made simple.

Transloadit streamlines file handling for developers, trusted by brands like Coursera and The New York Times. We’re known for a reliable API, top-notch support, and a strong commitment to open source, with projects like [Uppy⁠](https://uppy.io) and [Tus⁠](https://tus.io) setting standards in file processing.

[Sign up](/c/)[Book a Demo](https://survey.typeform.com/to/kRg47Xi5)

No credit card needed

Cancel anytime
