Developer API

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.

Base URL
https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api
Endpoints

6

Min Cost

1

credit

Auth

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.

1

Create a key

Sign in once and generate a personal key.

2

Add the header

Use X-API-Key on every external request.

3

Query cases

Filter by provider, industry, country, or use semantic search.

Sample request
curl "https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api/usecases" \
  -H "X-API-Key: <YOUR_API_KEY>"

Connection

Production endpoint

Base URL
https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api
MCP endpoint
https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api/mcp

Required header

X-API-Key: your_api_key_here

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.

6 of 6 endpoints shown

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.

2 credits typical
Foundry MCP connection
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_here

In Foundry, choose key-based authentication and enter X-API-Key as the credential name.

search_usecases
Hybrid search2 credits

Default 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_usecases
Hybrid search2 credits

Explicit hybrid search tool for agents that want natural-language query semantics and combined ranking scores.

Arguments: query, limit

vector_search_usecases
Vector search2 credits

Semantic-only tool for similarity search when keyword matching is not needed.

Arguments: query, limit

get_usecase_details
Detail lookup1 credits

Fetch the detailed record for a specific use case returned by a search tool.

Arguments: row_key

Error Responses

200

OK

Request successful

400

Bad Request

Invalid parameters

401

Unauthorized

Missing or invalid API key

403

Forbidden

Insufficient permissions

404

Not Found

Resource not found

429

Too Many Requests

Rate limit exceeded

500

Server Error

Internal server error