Skip to main content
POST
/
searchFaq
Search FAQs
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/searchFaq \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "search term"
}
'

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
text
string

Search text (NOT search)

Example:

"search term"

Response

200

FAQ search results