← Back to search
50
Partial
Agentic Readiness Score
data ai-friendlysearchaillms-txtopenapiapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 50/100

            

llms.txt Content

# Desearch AI > Decentralized AI-powered search infrastructure built on Bittensor subnet 22 Desearch is a decentralized search engine providing AI-powered web search, X (Twitter) search, and deep research capabilities through a unified API. Built on the Bittensor network, it leverages decentralized miners and validators to deliver unbiased, censorship-resistant search results. ## Quick Links - Website: https://desearch.ai - Console: https://console.desearch.ai - API Documentation: https://desearch.ai/guide - API Reference: https://desearch.ai/api-reference - Pricing: https://desearch.ai/pricing ## API Capabilities ### AI Search Intelligent search with AI-generated responses combining web results and reasoning. - Endpoint: POST /api/v1/search/ai - Returns AI-synthesized answers with source citations ### Web Search Fast basic web search functionality. - Endpoint: POST /api/v1/search/web - Returns ranked web results with snippets ### X/Twitter Search Search tweets and social content from X (formerly Twitter). - Endpoint: POST /api/v1/search/x - Supports user search, keyword search, and recent tweets ### Deep Research Comprehensive research reports with multi-source analysis. - Endpoint: POST /api/v1/search/research - Generates detailed research documents with citations ### Web Links Search Extract and analyze content from specific URLs. - Endpoint: POST /api/v1/search/links - Retrieves structured data from web pages ## Authentication All API requests require an API key passed in the Authorization header: ``` Authorization: Bearer YOUR_API_KEY ``` Get your API key at: https://console.desearch.ai ## Rate Limits - Free tier: 100 requests/day - Paid tiers: Based on subscription level - See pricing: https://desearch.ai/pricing ## SDKs - Python SDK: Available via pip - JavaScript SDK: Available via npm - Documentation: https://desearch.ai/guide/SDK ## Integrations Desearch integrates with: - OpenAI function calling - Claude/Anthropic function calling - Lan

OpenAPI Spec (preview)

{ "openapi": "3.1.0", "info": { "title": "Desearch API", "description": "The Desearch API is a powerful suite of AI-driven tools designed to integrate natural language processing, AI-powered search, image generation, and data extraction into your applications. Whether you’re building intelligent search engines, automating content creation, analyzing text data, or generating AI-based media, Desearch provides a robust and scalable solution.", "version": "1.0.0" }, "paths": {