1 credit per call
Method
Input
string
required
Research query/topic
Output
string
Research report content
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deep research with web access
services.ai.generateResearch(params);
const research = await services.ai.generateResearch({
query: `What is ${ctx.thisRow.get(
"Company"
)}'s market position and recent news?`,
});
return research.content;