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 and your personal API key. The website's internal frontend service credential is separate and is not issued to developers.
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/apiRequired header
X-API-Key: your_api_key_hereUse the personal key created for your account.
API 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
Using an agent instead?
The same database is exposed as a remote MCP server, so agents can call it as tools instead of composing REST requests. Connection details, the tool catalog, and client setup live on the MCP page.
Error Responses
200OK
Request successful
400Bad Request
Invalid parameters
401Unauthorized
Missing or invalid API key
403Forbidden
Insufficient permissions
404Not Found
Resource not found
422Validation Error
Parameter outside its accepted range
429Too Many Requests
Rate limit exceeded
500Server Error
Internal server error