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 and your personal API key. The website's internal frontend service credential is separate and is not issued to developers.

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

Required header

X-API-Key: your_api_key_here

Use 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.

6 of 6 endpoints shown

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.

Open MCP docs

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

422

Validation Error

Parameter outside its accepted range

429

Too Many Requests

Rate limit exceeded

500

Server Error

Internal server error