Get Suggested FAQs

GET https://api.helpshift.com/v1/{{domain}}/faqs/suggest?text=locked account

Suggest FAQs based on the input text by the user.

Request Params

KeyDatatypeRequiredDescription
textstringThe input text used to suggest FAQs.
app-idstringThe app from whichto select FAQs. Please refer to the ‘Get Apps’ and ‘Get App Data’ call to get a specific app-id.
platform-typestringOptional - suggest FAQs visible or the given platform only. Valid value is “ios”, “android”, “email”, “web” or “webchat”.
languagestringOptional - currently only "en" is supported, and is the default if not provided.
include-unpublished?booleanIf true, the suggested FAQs will include unpublished FAQs which match the search term. If false (the default), only published FAQs are included in the list of suggested FAQs.