← Back to APIs
Linkup API
VerifiedLinkup is a web search engine for AI apps. We connect your AI application to the internet. Our API provides grounding data to enrich your AI’s output and increase its precision, accuracy and factuality.
skill.md (for agents) ↗POST /search
const result = await orth.run({
api: "linkup",
path: "/search",
method: "POST",
body: {
q: "...",
depth: "...",
outputType: "..."
},
});