AI Studios - Explore Experience Resources (Flattened)

View as Markdown
**POST:** List AI experience resources from a specific publication/studio in a flattened format. Each resource (AI Note, AI Expert, Quest) gets its own item in the response with the experience data repeated. This makes it easier for frontend to handle multiple resources per experience. Requires a publication URL in the POST body to filter experiences. Each item includes: - experience_id, experience_uid, experience_title, experience_description - resource_type, resource_id, resource_uid, resource_title - publication_title, publication_logo (if applicable) - metrics, creator, tags, trending_score **Filtering and sorting work the same as query parameters.**

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.

searchstringOptional
Free text search across title, focus area, tags, and categories
typeenumOptional

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

Allowed values:

Request

This endpoint expects an object.
urlstringRequired
Publication custom URL to filter experiences by

Response

List of experience resources in flattened format for the publication
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"