v4
OpenAPI 3.1.02026-07-313621,3961.8 MBSearch Knowledge Base Content
Fuzzy text search over knowledge base document content
Query parameters
The search query text
The search query text
How many documents to return at maximum. Can not exceed 100, defaults to 30.
How many documents to return at maximum. Can not exceed 100, defaults to 30.
If present, the endpoint will return only documents of the given types.
If present, the endpoint will return only documents of the given types.
Used for fetching next page. Cursor is returned in the response.
Used for fetching next page. Cursor is returned in the response.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"results": [
{
"document": {
"access_info": {
"access_source": "creator",
"creator_email": "john.doe@example.com",
"creator_name": "John Doe",
"is_creator": true,
"role": "admin"
}
}
}
]
}