Skip to main content

Search & Discovery

AINative provides a unified search layer across the platform. You can search users, posts, groups, and events with a single request, or target specific content types. The search system also powers personalized recommendations and trending discovery.

Base URL: https://api.ainative.studio

Authentication: All search endpoints require Authorization: Bearer <your_api_key>. Search results are scoped to the authenticated user's tenant.


Content typeEndpoint
All types at onceGET /api/v1/search
UsersGET /api/v1/search/users
PostsGET /api/v1/search/posts
GroupsGET /api/v1/search/groups
EventsGET /api/v1/search/events
Vector documentsPOST /api/v1/semantic-search

Discovery & recommendations

FeatureEndpoint
Autocomplete suggestionsGET /api/v1/public/zerodb/search/suggestions
Trending postsGET /api/v1/trending/posts
Trending groupsGET /api/v1/trending/groups
Trending searchesGET /api/v1/trending/searches
Trending summaryGET /api/v1/trending/summary
Recommended postsGET /api/v1/search/recommendations/posts
Recommended usersGET /api/v1/search/recommendations/users
Recommended groupsGET /api/v1/search/recommendations/groups

Sub-pages