Query curated AI use cases from your own tools.
Search real implementations, retrieve case details, and power internal research workflows with the same data behind AIUseCaseHub.
https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api6
1
credit
API key
Quick start
Make your first request
Use the production base URL, send your key in the request header, and start with the list endpoint.
Create a key
Sign in once and generate a personal key.
Add the header
Use X-API-Key on every external request.
Query cases
Filter by provider, industry, country, or use semantic search.
curl "https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api/usecases" \
-H "X-API-Key: <YOUR_API_KEY>"Connection
Production endpoint
https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/apihttps://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api/mcpRequired header
X-API-Key: your_api_key_hereAPI key needed for live testing
Generate or regenerate a key on the API Key tab to test live (the key is only available right after it is created).
Endpoint explorer
Available Endpoints
Search, filter, expand, and test each endpoint directly from the documentation.
Agent access
Agent / MCP Search
Agents can search the same use case database through the MCP endpoint. Use your personal API key as the X-API-Key credential.
Remote MCP Server endpoint:
https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api/mcp
Authentication:
Key-based
Credential:
X-API-Key: <YOUR_API_KEY>Credential
X-API-Key: your_api_key_hereIn Foundry, choose key-based authentication and enter X-API-Key as the credential name.
search_usecasesDefault agent search tool. Preserves the existing search_term contract while using hybrid full-text plus vector ranking behind the scenes.
Arguments: search_term, limit
hybrid_search_usecasesExplicit hybrid search tool for agents that want natural-language query semantics and combined ranking scores.
Arguments: query, limit
vector_search_usecasesSemantic-only tool for similarity search when keyword matching is not needed.
Arguments: query, limit
get_usecase_detailsFetch the detailed record for a specific use case returned by a search tool.
Arguments: row_key
Error Responses
200OK
Request successful
400Bad Request
Invalid parameters
401Unauthorized
Missing or invalid API key
403Forbidden
Insufficient permissions
404Not Found
Resource not found
429Too Many Requests
Rate limit exceeded
500Server Error
Internal server error