# ai_mentor_orgs_users_resources_web_create Search for web resources based on a query. Args: request: The HTTP request containing the search query. org: The organization/tenant identifier. user_id: The ID of the user making the request. Returns: Response: A list of web resources matching the query. Raises: ValidationError: If the search fails or returns no results. Endpoint: POST /api/ai-mentor/orgs/{org}/users/{user_id}/resources/web/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Request fields (application/json): - `query` (string, required) ## Response 200 fields (application/json): - `content` (string, required) - `title` (string, required) - `imageUrl` (string,null) - `source` (string) - `metadata` (any,null) - `card` (object) - `card.description` (string, required) - `card.domain` (string, required) - `card.site_name` (string, required)