Research API Quickstart
Get a cited, multi-step answer to a complex question.
The Research API returns grounded, natural-language answers to questions of varying complexity. It runs multiple searches, reads sources, and synthesizes a Markdown answer with inline citations.
Get an API key at you.com/platform. New accounts start with $100 in complimentary credits. The samples below read YDC_API_KEY. See the site Quickstart for the five-API tour and API key management for best practices.
research_effort controls depth: lite for quick lookups, standard (the default) for most production use, deep or exhaustive when thoroughness matters more than speed, and frontier for long-running tasks that require background requests.
Next Steps
Effort levels, how research works, use cases, and pricing
Queue long-running research and poll or stream for the result
Return JSON that follows a schema instead of free-form Markdown
Full parameter reference, request/response schemas, and playground