summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarsten Csiky <carsten.csiky@vier.ai>2026-02-16 09:21:22 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2026-02-16 14:18:08 +0100
commit8e824017dc88cebe5a42ee6ca04315ca9545f717 (patch)
tree48f6367ede194e499686e6cd2e2bbf946fbb1e82 /docs
parentda9c0815acb88aed017010a51ecb4de006033750 (diff)
[feat] engines: add artstation engine (#5728)
- use proper Brave API with api_key for search Co-authored-by: Bnyro <bnyro@tutanota.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/engines/online/brave.rst25
1 files changed, 22 insertions, 3 deletions
diff --git a/docs/dev/engines/online/brave.rst b/docs/dev/engines/online/brave.rst
index a1c589b9d..96606f3bf 100644
--- a/docs/dev/engines/online/brave.rst
+++ b/docs/dev/engines/online/brave.rst
@@ -1,5 +1,3 @@
-.. _brave engine:
-
=============
Brave Engines
=============
@@ -9,5 +7,26 @@ Brave Engines
:local:
:backlinks: entry
+Brave offers two different engines for SearXNG:
+
+1. The standard engine (``brave``) uses the web interface.
+2. The API engine (``braveapi``) uses the official REST API.
+
+.. _brave engine:
+
+Brave Standard Engine
+---------------------
+
.. automodule:: searx.engines.brave
- :members:
+ :members:
+
+.. _braveapi engine:
+
+Brave API Engine
+----------------
+
+.. automodule:: searx.engines.braveapi
+ :members:
+
+The API engine requires an API key from Brave. This can be obtained from the
+`API Dashboard <https://api-dashboard.search.brave.com/>`_.