Key Concepts
LAM
What it is?
The LAM (Large Action Model) system is the core of Raccoon AI’s APIs and enables performing actions and extracting data from websites. We will be posting more information on the internal workings of the system soon.
Key Endpoint
/lam/run
: This is the primary endpoint for all LAM functionality. It allows you to:- Perform Actions: Automate tasks on websites, such as filling forms, clicking buttons, and navigating pages.
- Extract Data: Retrieve structured data from websites based on a defined schema.
- Deep Search: Do a deep search on the provided topic across the web and generate detailed reports or structured data.
The /lam/run
endpoint uses the query
parameter to accept natural language instructions.
The presence of a schema
parameter indicates a data extraction task while mode
is used to specify whether to perform a deep search or not. mode
set to deepsearch
will perform a broad web search without interactions.