urltodata is designed for consumption by both humans and AI agents. Two machine-readable interfaces are available alongside this documentation.Documentation Index
Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt
Use this file to discover all available pages before exploring further.
llms.txt
A plain-text Markdown file at/llms.txt following the llmstxt.org specification. This gives LLMs a concise overview of every endpoint, its parameters, and expected responses — optimized for minimal token usage.
OpenAPI spec
A full OpenAPI 3.1 specification at/openapi.json with schemas, parameter definitions, and response types:
Choosing the right interface
| Use case | Interface |
|---|---|
| AI coding assistant needs API context | llms.txt |
| Generate a typed client or SDK | openapi.json |
| Human developer exploring endpoints | This documentation site |
Token efficiency
Thellms.txt file is optimized for LLM context windows — ~5KB of clean Markdown vs ~50KB for the full OpenAPI spec. When working with a token-limited AI, prefer llms.txt for quick understanding and openapi.json only when the agent needs exact schema definitions.