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.
/lam/run
: This is the primary endpoint for all LAM functionality. It allows you to: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.