6 REST endpoints and 4 MCP tools, in one reference.
This page is the at-a-glance index of everything AIUseCaseHub exposes programmatically. Use the REST page to test calls interactively and manage your key, or the MCP page to wire the corpus into an agent.
https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/apihttps://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api/mcpREST
HTTP endpoints
External calls use your personal X-API-Key, not the website's internal frontend service credential. Successful charged responses include X-Credits-Used and X-Credits-Remaining.
| Method | Path | Purpose | Params | Credits |
|---|---|---|---|---|
| GET | /usecasesList Use Cases | Retrieve AI use cases with optional filtering and pagination. Returns curated real-world AI implementations across industries. | 14 | 1 |
| GET | /hybrid-searchHybrid Search | Search use cases with native hybrid ranking that combines full-text relevance and vector similarity. This is the recommended discovery endpoint and matches the default in-app search behavior. | 20 | 2 |
| GET | /get_usecase_by_key/{row_key}Get Use Case Details | Retrieve detailed information about a specific use case including architecture description, challenges, solutions, and impact metrics. | 1 | 1 |
| GET | /embeddings-searchSemantic Search | Perform semantic search using AI embeddings. Find use cases based on meaning rather than exact keyword matches. Ideal for discovering similar implementations. | 2 | 2 |
| POST | /get_similar_casesFind Similar Cases | Find related use cases by vector distance. Lower SimilarityScore values indicate closer matches. | 2 | 2 |
| GET | /statisticsGet Statistics | Retrieve aggregated statistics about the use case database including counts by provider, geography, industry, and technology. | 0 | 1 |
MCP
Agent tools
Exposed at https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api/mcp over stateless Streamable HTTP (POST only), protocol 2026-07-28, with no session ID. Older clients using the initialization handshake are also supported. The free public preview returns up to 3 abbreviated records; the credit costs below apply to full access with a personal key.
| Tool | Mode | Purpose | Arguments | Credits |
|---|---|---|---|---|
search_usecases | Hybrid search | Default agent search tool. Preserves the existing search_term contract while using hybrid full-text plus vector ranking behind the scenes. | search_term, limit (1-20) | 2 |
hybrid_search_usecases | Hybrid search | Explicit hybrid search tool for agents that want natural-language query semantics and combined ranking scores. | query, limit (1-20), optional filters | 2 |
vector_search_usecases | Vector search | Semantic-only tool for similarity search when keyword matching is not needed. | query, limit (1-20) | 2 |
get_usecase_details | Detail lookup | Fetch the detailed record for a specific use case returned by a search tool. | row_key | 1 |