AI Tooling

For LLMs & AI Tools

Requiems API provides machine-readable documentation endpoints following the llms.txt standard, making it easy for AI tools and agents to discover and use our APIs.

GET

llms.txt β€” API Index

/llms.txt β†’

A directory of all available APIs with links to individual documentation pages. Follows the llms.txt standard for AI discoverability.

curl https://requiems.xyz/llms.txt
GET

llms-full.txt β€” Complete Documentation

/llms-full.txt ↓

The full documentation for every API in a single plain-text file. Ideal for bulk ingestion, offline indexing, or loading into a large-context model.

curl https://requiems.xyz/llms-full.txt
GET

Per-API Markdown

Get the complete documentation for any single API in Markdown format by appending /index.md to its URL.

Pattern: /apis/{api-id}/index.md

curl https://requiems.xyz/apis/email-validate/index.md

Open in Claude / ChatGPT

Every API documentation page includes an "Open in Claude" and "Open in ChatGPT" button that pre-loads the full API reference as a prompt, so you can get integration help instantly.

Find these buttons on any individual API page under the docs section.

Ready to integrate?

Browse the full API catalog or download the complete documentation to get started.