OpenAPI and llms.txt
Machine-readable entry points to Search1API — an OpenAPI schema for code generators, and llms.txt for agents.
Machine-readable entry points let tools discover Search1API without scraping the rendered docs.
OpenAPI schema
https://api.search1api.com/openapi.jsonThis is the canonical contract used to validate the official SDKs. You can also point a code generator at it to create a lower-level client in another language, or import it into tools such as Postman and Insomnia.
Every response we serve advertises it too, via a Link header with rel="service-desc" — so a client that follows link relations can find the schema on its own.
llms.txt files
https://s1.dev/llms.txtThis is the curated, product-wide index for language models: product overview, pricing, documentation, agent interfaces, and the OpenAPI schema, all as links with one-line descriptions.
The docs app also publishes two files generated from the current Fumadocs source:
/docs/llms.txt— a compact index of every documentation page./docs/llms-full.txt— the full documentation as clean Markdown, with imports and rendering code removed.
The product-wide /llms-full.txt automatically combines the curated product index, the agent-friendly /pricing.md, and the generated full documentation.
Which to use
Writing TypeScript or Python application code? Use an official SDK. Generating another language client, or importing the API into a tool? Use the OpenAPI schema. Helping a model discover the product? Use the root llms.txt. Providing the documentation as context? Use /docs/llms-full.txt or the combined root /llms-full.txt. Building an agent that will actually call the API? Use the MCP server.
n8n
Add web search, news, page retrieval, sitemap discovery and trending topics to n8n workflows with the verified n8n-nodes-search1api community node.
DeepSeek Harness
Give your DeepSeek Harness agent live web access with the native dsh-s1 plugin — web search, news, page retrieval, sitemap discovery, and trending topics as first-class dsh tools.