Authorizations
Enter your bearer token in the format: Bearer {token}
Query Parameters
The search query string for finding relevant documentation.
255The maximum number of search results to return.
1 <= x <= 20If true, the response will include a snippet of the matching content from the document.
Response
A list of matching documentation pages.
The title of the documentation page.
"Configuring BGP on MikroTik"
The summary or meta description of the page.
"A step-by-step guide to setting up BGP peering sessions on MikroTik RouterOS."
The type of documentation. api for API reference, doc for guides and articles.
api, doc "doc"
The full URL to the documentation page.
"https://altostrat.io/docs/networking/bgp-mikrotik"
A snippet of the page content that matches the search query. Only included if include_content=true.
"...to establish a BGP session, you must first define a remote peer with the correct ASN..."