# Search

Endpoints for searching across users, posts, and tags with various filtering options

## Search across public post, users, tags. No auth required

 - [GET /api/v1/search](https://docs.wellesley.social/openapi/search/paths/~1api~1v1~1search/get.md): Performs a search query across different content types with support for URL resolution, username lookups, and various filtering options. Authenticated requests include relationship data (following/followed) in user results unless includeRelations=false. Group results include VISIBLE groups; UNLISTED/HIDDEN groups are included only for members.

