Explore AI Experiences

View as Markdown
**GET:** List all public AI experiences for the community explore page. Supports free text search, category filtering, type filtering, and sorting. Default sorting is by trending score which considers engagement metrics, publication status, and time decay for recency. **Filtering Options:** - **search**: Free text search across title, focus area, tags, and categories - **category/category_name**: Filter by domain category (ID or name) - **subcategory/subcategory_name**: Filter by domain subcategory (ID or name) - **type**: Filter by experience type (AI_EXPERT, AI_NOTE, QUEST) - supports multiple - **tag/tags**: Filter by tags (single tag or comma-separated list) - **visibility**: Filter by visibility status **Sorting Options:** - **trending** (default): Sort by calculated trending score - **newest**: Sort by creation date (newest first) - **popular**: Sort by total engagement metrics - **updated**: Sort by last update date

Query parameters

categoryintegerOptional
Filter by category ID
category_namestringOptional

Filter by category name (case-insensitive partial match)

orderingenumOptional

Sort results. Use ’-’ prefix for descending order.

pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
searchstringOptional
Free text search across title, focus area, tags, and categories
subcategoryintegerOptional
subcategory_namestringOptional
tagstringOptional
tagsstringOptional
typeenumOptional

Filter by experience type(s). Supports multiple values.

Allowed values:
visibilityenumOptional
* `public` - Public * `private` - Private * `team` - Team * `org` - Organization
Allowed values:

Response

List of AI experiences for explore page
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"