## Search this site You can search the Credyt documentation programmatically via the Algolia REST API without loading the full documentation file. ``` POST https://BEH9XOWQG9-dsn.algolia.net/1/indexes/Credyt%20Docs%20Prod/query X-Algolia-Application-Id: BEH9XOWQG9 X-Algolia-API-Key: 0ffd0ff4667fb75faf11e929bddf86a4 Content-Type: application/json {"query": "your search query"} ``` Returns ranked results with titles, URLs, and content snippets. Add `"hitsPerPage": 5` to limit results.