Generative Search Source

Generative search source public API provides our customers and partners a programmatic interface to search published content including DocCenter, NewsCenter and Knowledge content. Developers can query all content that a user has access to using a search term.

Validation Rules and Errors

Validation ruleError CodeError Message
Incorrect page size400Page <size> is incorrect. Please set a value between 1-20
Expired or invalid auth token401Default error message that Auth filter returned
No Aura FMS toggle enabled403No Aura access
Internal server errors500Internal server error: <reason>
Body Params

The request payload.

string

User prompt can be a nature language and keyword

integer | null

How many sources to be returned, default to 10, not more than 20

filter
object

Use to filter the content. It uses the json format, like {"operator":"and", "conditions":[{"attribute":"custom.propert_a", "operator":"in", "value":["test"]}]}

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json