Designed to fit your existing platform
Relevary integrates with your existing casino experience, allowing your product teams to add intelligent game discovery without replacing the catalogue or front end you already operate.
Simple integration
Connect your existing game catalogue and search experience in minutes.
Request
GET /v1/search?q=game%20with%20pyramids Authorization: Bearer ludexa_test_...
Example response
{
"query": "game with pyramids",
"results": [
{
"id": "book-of-pyramids-bgaming",
"name": "Book of Pyramids",
"provider": "BGaming"
}
]
}Catalogue ingestion
Push your game catalogue updates to Relevary so search results stay in sync with your platform.
Request
POST /v1/games/ingest
{
"games": [
{
"id": "book-of-pyramids-bgaming",
"name": "Book of Pyramids",
"provider": "BGaming"
}
]
}Example response
{
"status": "accepted",
"acceptedCount": 1,
"acceptedIds": [
"book-of-pyramids-bgaming"
]
}Similar games
Surface related titles to keep players engaged after they find a game they like.
Request
GET /v1/games/book-of-pyramids-bgaming/similar?limit=10 Authorization: Bearer ludexa_test_...
Example response
{
"sourceGame": {
"id": "book-of-pyramids-bgaming",
"name": "Book of Pyramids"
},
"durationMs": 88.39,
"results": [
{
"id": "legacy-of-egypt-play-n-go",
"name": "Legacy of Egypt",
"provider": "Play'n GO",
"score": 0.91
}
]
}Your catalogue stays yours
Results remain aligned with games available through your brand. You control what players can discover.
Built for production
Designed for fast interactive search across player-facing experiences, with high availability and reliability.
Production-ready
A complete search service managed by Relevary, with no infrastructure to maintain on your side.