Files
searxng/docs/dev/engines/online/brave.rst
Carsten Csiky 8e824017dc [feat] engines: add artstation engine (#5728)
- use proper Brave API with api_key for search

Co-authored-by: Bnyro <bnyro@tutanota.com>
2026-02-16 14:18:08 +01:00

33 lines
643 B
ReStructuredText

=============
Brave Engines
=============
.. contents:: Contents
:depth: 2
: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:
.. _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/>`_.