# Valyu ## Docs - [API Migrations](https://docs.valyu.ai/api-migration.md): Important notices about API endpoint changes and migrations - [Answer](https://docs.valyu.ai/api-reference/endpoint/answer.md): Reference for the Valyu Answer endpoint that blends search results into AI-generated answers via POST /v1/answer. - [Contents](https://docs.valyu.ai/api-reference/endpoint/contents.md): Reference for the Valyu Contents endpoint that extracts clean, structured content from any URL via POST /v1/contents. - [Contents Job Status](https://docs.valyu.ai/api-reference/endpoint/contents-job.md): Reference for polling async content extraction job status via GET /v1/contents/jobs/{job_id}. - [List Categories](https://docs.valyu.ai/api-reference/endpoint/datasources-categories.md): Returns all datasource categories with dataset counts - [List Datasources](https://docs.valyu.ai/api-reference/endpoint/datasources-list.md): Returns all available datasources with metadata, schemas, and pricing - [Add Tasks to Batch](https://docs.valyu.ai/api-reference/endpoint/deepresearch-batch-add-tasks.md): Reference for adding tasks to a batch via POST /v1/deepresearch/batches/{id}/tasks. - [Cancel Batch](https://docs.valyu.ai/api-reference/endpoint/deepresearch-batch-cancel.md): Reference for cancelling a batch via POST /v1/deepresearch/batches/{id}/cancel. - [Create Batch](https://docs.valyu.ai/api-reference/endpoint/deepresearch-batch-create.md): Reference for creating a new batch via POST /v1/deepresearch/batches. - [List Batches](https://docs.valyu.ai/api-reference/endpoint/deepresearch-batch-list.md): Reference for listing all batches via GET /v1/deepresearch/batches. - [List Batch Tasks](https://docs.valyu.ai/api-reference/endpoint/deepresearch-batch-list-tasks.md): Reference for listing tasks in a batch via GET /v1/deepresearch/batches/{id}/tasks. - [Get Batch Status](https://docs.valyu.ai/api-reference/endpoint/deepresearch-batch-status.md): Reference for getting batch status via GET /v1/deepresearch/batches/{id}. - [Cancel Task](https://docs.valyu.ai/api-reference/endpoint/deepresearch-cancel.md): Reference for cancelling a running task via POST /v1/deepresearch/tasks/\{id\}/cancel. - [Create Task](https://docs.valyu.ai/api-reference/endpoint/deepresearch-create.md): Reference for creating a new deep research task via POST /v1/deepresearch/tasks. - [Delete Task](https://docs.valyu.ai/api-reference/endpoint/deepresearch-delete.md): Reference for deleting a task via DELETE /v1/deepresearch/tasks/\{id\}/delete. - [List Tasks](https://docs.valyu.ai/api-reference/endpoint/deepresearch-list.md): Reference for listing deep research tasks via GET /v1/deepresearch/list. - [Toggle Public Access](https://docs.valyu.ai/api-reference/endpoint/deepresearch-public.md): Reference for toggling public access on a DeepResearch task via POST /v1/deepresearch/tasks/\{id\}/public. - [Respond to HITL Checkpoint](https://docs.valyu.ai/api-reference/endpoint/deepresearch-respond.md): Reference for responding to a human-in-the-loop checkpoint via POST /v1/deepresearch/tasks/\{id\}/respond. - [Get Status](https://docs.valyu.ai/api-reference/endpoint/deepresearch-status.md): Reference for getting deep research task status via GET /v1/deepresearch/tasks/\{id\}/status. - [Update Task](https://docs.valyu.ai/api-reference/endpoint/deepresearch-update.md): Reference for adding follow-up instructions to a running task via POST /v1/deepresearch/tasks/\{id\}/update. - [Search](https://docs.valyu.ai/api-reference/endpoint/search.md): Reference for the Valyu Search endpoint to search the web, research, and proprietary datasets via POST /v1/search. - [API Reference](https://docs.valyu.ai/api-reference/overview.md): Valyu API reference documentation. Copy the OpenAPI spec or import it into Postman and other API tools. - [Design Assets](https://docs.valyu.ai/assets/valyu-assets.md): Official Valyu brand assets, logos, and design resources for developers and partners - [Changelog](https://docs.valyu.ai/changelog/platform.md): Platform improvements, features and releases - [Changelog](https://docs.valyu.ai/changelog/sdk-and-api.md): SDK, Integrations & API improvements, features and releases - [Exa Alternative - Valyu Search API with Proprietary Data Access](https://docs.valyu.ai/compare/exa-alternative.md): Looking for an Exa alternative? Valyu provides semantic search plus access to 36+ proprietary data sources including PubMed, SEC filings, clinical trials, and patents. - [Parallel Alternative - Valyu Search API with Better Accuracy](https://docs.valyu.ai/compare/parallel-alternative.md): Looking for a Parallel alternative? Valyu delivers 79% vs 52% accuracy on FreshQA, plus access to 36+ proprietary data sources Parallel can't reach. - [Tavily Alternative - Valyu Search API with Proprietary Data Access](https://docs.valyu.ai/compare/tavily-alternative.md): Looking for a Tavily alternative? Valyu goes beyond web search with access to 36+ proprietary data sources including PubMed, SEC filings, clinical trials, and patents. - [Data Coverage](https://docs.valyu.ai/concepts/data-coverage.md): Coverage of the data sources indexed by Valyu's Search API - [Design Philosophy](https://docs.valyu.ai/concepts/design-philosophy.md): Understanding Valyu's architecture and intended use cases - [Crawler](https://docs.valyu.ai/crawler.md): Information for webmasters about HenkBot, Valyu's web crawler - [Example Apps](https://docs.valyu.ai/example-apps.md): Open source AI applications built on Valyu for knowledge work. - [Build a Financial Analysis AI Agent](https://docs.valyu.ai/guides/ai-sdk-financial-search.md): Build a financial research AI agent with Vercel AI SDK and Valyu - [Build an Academic Research AI Agent](https://docs.valyu.ai/guides/ai-sdk-paper-search.md): Build an academic research AI agent with Vercel AI SDK and Valyu - [Build a Patent Discovery AI Agent](https://docs.valyu.ai/guides/ai-sdk-patent-search.md): Build a patent discovery AI agent with Vercel AI SDK and Valyu - [Answer Endpoint Guide](https://docs.valyu.ai/guides/answer-api.md): Get AI-powered answers with real-time search - [Powered by Valyu Badge](https://docs.valyu.ai/guides/badge.md): Show off your Valyu-powered application with our official badge - [Content Endpoint Guide](https://docs.valyu.ai/guides/content-extraction.md): Extract clean, structured content from web pages - [Datasources API](https://docs.valyu.ai/guides/datasources.md): A tool manifest for AI agents to discover available data sources - [DeepResearch Documentation](https://docs.valyu.ai/guides/deepresearch.md): Build AI research assistants with Valyu's async deep research API - [Batch Processing Quickstart](https://docs.valyu.ai/guides/deepresearch-batch-quickstart.md): Run multiple research tasks in parallel with shared configuration - [Batch Documentation](https://docs.valyu.ai/guides/deepresearch-batching.md): Process multiple research tasks efficiently with shared configuration and unified monitoring - [Human-in-the-Loop (HITL)](https://docs.valyu.ai/guides/deepresearch-hitl.md): Pause deep research at key decision points for user review and guidance - [DeepResearch Quickstart](https://docs.valyu.ai/guides/deepresearch-quickstart.md): Get started with async deep research in minutes - [Search API for AI Agents | Web + Proprietary Data](https://docs.valyu.ai/home.md): The only search API that goes beyond the web. Access PubMed, SEC filings, clinical trials, patents, arXiv, and financial data through one unified API. Tavily and Exa alternative with deeper data access. - [Agent Skills](https://docs.valyu.ai/integrations/agent-skills.md): Valyu skills for AI coding agents like Claude Code, Cursor, and Windsurf - [Agno](https://docs.valyu.ai/integrations/agno.md): Use Valyu tools in your Agno AI agents for web search and specialised data access. - [Anthropic Integration](https://docs.valyu.ai/integrations/anthropic.md): Enhance Claude models with real-time search using Valyu's Anthropic Provider - [AWS Bedrock AgentCore](https://docs.valyu.ai/integrations/aws-agentcore.md): Build production-ready AI agents with Valyu search tools on AWS infrastructure - [Claude Agent SDK Integration](https://docs.valyu.ai/integrations/claude-agent-sdk.md): Use Valyu with the Claude Agent SDK to build AI agents with real-time search capabilities - [Claude Code Plugin](https://docs.valyu.ai/integrations/claude-code-plugin.md): Use Valyu search directly in Claude Code with a zero-dependency plugin for real-time web, academic, and financial search - [Valyu CLI](https://docs.valyu.ai/integrations/cli.md): Agent-native CLI for AI knowledge work - search, deep research, content extraction, and AI-powered answers across web and specialised data sources - [Community Skills](https://docs.valyu.ai/integrations/community-agent-skills.md): Community-built skills for AI coding agents powered by Valyu - [Google Integration](https://docs.valyu.ai/integrations/google.md): Enhance Gemini with real-time search and academic context - [LangChain Integration](https://docs.valyu.ai/integrations/langchain.md): Use Valyu as a tool in your LangChain applications and agents - [LangChain Integration](https://docs.valyu.ai/integrations/langchain-js.md): Use Valyu as a tool in your LangChain applications and agents - [LlamaIndex Integration](https://docs.valyu.ai/integrations/llamaindex.md): Use Valyu as a tool in your LlamaIndex applications and agents - [LM Studio Plugin](https://docs.valyu.ai/integrations/lmstudio.md): Add web search to your local LLMs with the Valyu plugin for LM Studio - [Local MCP](https://docs.valyu.ai/integrations/mcp-desktop.md): Add powerful context retrieval capabilities to Claude using the Valyu MCP Server - [Remote MCP](https://docs.valyu.ai/integrations/mcp-server.md): Connect directly to Valyu's hosted MCP server for real-time searches across academic papers, web content, and financial data - [n8n Integration](https://docs.valyu.ai/integrations/n8n.md): Use Valyu's AI-powered search, extraction, and research tools in your n8n workflows - [OpenAI Integration](https://docs.valyu.ai/integrations/openai.md): Enhance OpenAI models with real-time search using Valyu's OpenAI Provider - [Vercel AI SDK](https://docs.valyu.ai/integrations/vercel-ai-sdk.md): AI SDK tools for Valyu search API, built for Vercel AI SDK v5. - [AI Search API Documentation - Web + Proprietary Data Sources](https://docs.valyu.ai/overview.md): Build AI agents with access to web search and 36+ proprietary data sources. Search PubMed, SEC filings, clinical trials, arXiv, patents, and real-time financial data through one unified API. - [Pricing](https://docs.valyu.ai/pricing.md): Transparent pricing - Pay only for what you use - [AI Search API Quickstart - Get Started in 5 Minutes](https://docs.valyu.ai/quickstart.md): Integrate Valyu's search API for AI agents in minutes. Access web search and 36+ proprietary data sources including PubMed, SEC filings, clinical trials, and patents with Python, JavaScript, or REST API. - [Python Quickstart](https://docs.valyu.ai/sdk/python-sdk.md): Everything you need to use Valyu in Python - [Answer API](https://docs.valyu.ai/sdk/python-sdk/answer.md): AI-powered answer generation with search integration using the Valyu Python SDK - [Contents API](https://docs.valyu.ai/sdk/python-sdk/contents.md): Extract and process content from URLs with AI using the Valyu Python SDK - [Datasources API](https://docs.valyu.ai/sdk/python-sdk/datasources.md): Discover available data sources and categories with the Valyu Python SDK - [DeepResearch API](https://docs.valyu.ai/sdk/python-sdk/deepresearch.md): Asynchronous deep research using the Valyu Python SDK - [DeepResearch Batch API](https://docs.valyu.ai/sdk/python-sdk/deepresearch-batch.md): Process multiple deep research tasks in parallel with shared configuration - [DeepResearch HITL](https://docs.valyu.ai/sdk/python-sdk/deepresearch-hitl.md): Human-in-the-loop checkpoints for deep research using the Valyu Python SDK - [Search API](https://docs.valyu.ai/sdk/python-sdk/search.md): Advanced search across web and proprietary data sources with the Valyu Python SDK - [Rust Quickstart](https://docs.valyu.ai/sdk/rust-sdk.md): Everything you need to use Valyu in Rust - [Answer API](https://docs.valyu.ai/sdk/rust-sdk/answer.md): AI-powered answer generation with search integration using the Valyu Rust SDK - [Contents API](https://docs.valyu.ai/sdk/rust-sdk/contents.md): Extract and process content from URLs with AI using the Valyu Rust SDK - [DeepResearch API](https://docs.valyu.ai/sdk/rust-sdk/deepresearch.md): Comprehensive async research tasks with the Valyu Rust SDK - [Search API](https://docs.valyu.ai/sdk/rust-sdk/search.md): Advanced search across web and proprietary data sources with the Valyu Rust SDK - [TypeScript Quickstart](https://docs.valyu.ai/sdk/typescript-sdk.md): Everything you need to use Valyu in TypeScript - [Answer API](https://docs.valyu.ai/sdk/typescript-sdk/answer.md): AI-powered answer generation with search integration using the Valyu TypeScript SDK - [Contents API](https://docs.valyu.ai/sdk/typescript-sdk/contents.md): Extract and process content from URLs with AI using the Valyu TypeScript SDK - [Datasources API](https://docs.valyu.ai/sdk/typescript-sdk/datasources.md): Discover available data sources and categories with the Valyu TypeScript SDK - [DeepResearch API](https://docs.valyu.ai/sdk/typescript-sdk/deepresearch.md): Asynchronous deep research using the Valyu TypeScript SDK - [DeepResearch Batch API](https://docs.valyu.ai/sdk/typescript-sdk/deepresearch-batch.md): Process multiple deep research tasks in parallel with shared configuration - [DeepResearch HITL](https://docs.valyu.ai/sdk/typescript-sdk/deepresearch-hitl.md): Human-in-the-loop checkpoints for deep research using the Valyu TypeScript SDK - [Search API](https://docs.valyu.ai/sdk/typescript-sdk/search.md): Advanced search across web and proprietary data sources with the Valyu TypeScript SDK - [Collections](https://docs.valyu.ai/search/filtering/collections.md): Create reusable source bundles for your searches - [Date and Time Filtering](https://docs.valyu.ai/search/filtering/date.md): Filter search results by publication date - [Source Filtering](https://docs.valyu.ai/search/filtering/sources.md): Control which domains, datasets, and sources are included, excluded, or soft-ranked in search results - [Prompting Guide](https://docs.valyu.ai/search/prompting.md): Write better search queries to get more relevant results from Valyu - [Search Quickstart](https://docs.valyu.ai/search/quickstart.md): Search across web, research, and financial data sources - [Tips and Tricks](https://docs.valyu.ai/search/tips-and-tricks.md): How to get the best results from the Valyu API - [Sitemap](https://docs.valyu.ai/sitemap.md): Semantic sitemap of Valyu documentation for AI agents and contributors - [arXiv API for AI Agents - Search 2.5M+ Research Papers](https://docs.valyu.ai/sources/arxiv.md): Access arXiv's 2.5M+ preprints through one API. Full-text search across physics, CS, mathematics, and quantitative finance for AI agents and research applications. - [ChEMBL API for AI Agents - Search 2.5M+ Bioactive Molecules](https://docs.valyu.ai/sources/chembl.md): Access ChEMBL's 2.5M+ bioactive molecules through one API. Drug-like properties, bioactivity data, and target information for AI agents and drug discovery. - [Clinical Trials API for AI Agents - Search 500K+ Studies](https://docs.valyu.ai/sources/clinical-trials.md): Access ClinicalTrials.gov data through one API. Search 500K+ clinical studies with protocols, eligibility, outcomes, and results for AI agents and healthcare research. - [Financial Data API for AI - Stocks, Crypto, Forex, ETFs](https://docs.valyu.ai/sources/financial-data.md): Access real-time market data through one API. Stock prices, cryptocurrency, forex, ETFs, commodities, and company fundamentals for AI agents and trading applications. - [Patent Search API for AI Agents - Search 8M+ US Patents](https://docs.valyu.ai/sources/patents.md): Access 8M+ US patents through one API. Full-text semantic search across utility, design, and plant patents for AI agents, IP research, and innovation tracking. - [PubMed API for AI Agents - Search 37M+ Biomedical Papers](https://docs.valyu.ai/sources/pubmed.md): Access PubMed's 37M+ biomedical papers through one API. Full-text search with semantic retrieval for AI agents, RAG applications, and medical research. - [SEC Filings API for AI Agents - 10-K, 10-Q, 8-K, 13F Holdings, 13D/13G Ownership](https://docs.valyu.ai/sources/sec-filings.md): Access SEC 10-K, 10-Q, 8-K, 13F institutional holdings, and 13D/13G beneficial ownership filings through one API. Full-text semantic search across 3M+ regulatory documents. - [Wiley Finance API for AI Agents - Books & Peer-Reviewed Journals](https://docs.valyu.ai/sources/wiley-finance.md) - [Academic Search API for AI - arXiv, PubMed, Scholarly Papers](https://docs.valyu.ai/use-cases/academic.md): Search millions of academic papers through one API. Access arXiv, PubMed, bioRxiv, and licensed journals with full-text retrieval for AI agents and research applications. - [Financial Data API for AI Agents - SEC Filings, Stock Data, Market Intelligence](https://docs.valyu.ai/use-cases/finance.md): Access real-time financial data through one API. SEC 10-K/10-Q filings, stock prices, earnings reports, insider transactions, and market data for AI agents and RAG applications. - [Healthcare & Biomedical API for AI - PubMed, Clinical Trials, Drug Data](https://docs.valyu.ai/use-cases/healthcare.md): Search PubMed, clinical trials, ChEMBL, DrugBank, and FDA drug labels through one API. Build AI agents with access to authoritative biomedical and healthcare data. - [News Search API for AI - Real-Time News & Media Monitoring](https://docs.valyu.ai/use-cases/news.md): Search real-time news with date and country filtering. Build AI agents with access to current events, breaking news, and journalism content through one API. ## OpenAPI Specs - [openapi](https://docs.valyu.ai/api-reference/openapi.json) ## Optional - [Join Discord](https://discord.gg/umtmSsppRY) - [Cookbook](https://github.com/valyuAI/cookbook) - [GitHub](https://github.com/valyuAI/) - [Blog](https://valyu.ai/blog)