Create your account to get an API key

or

Dashboard

Welcome back. Here's your API overview.

Queries Today

0

Queries This Month

0

Status

Operational

Quick Start

import requests

response = requests.post(
    "https://api.miapi.uk/v1/answer",
    headers={"Authorization": "Bearer KEY"},
    json={"question": "What is AI?"}
)
print(response.json()["answer"])

API Keys

Manage your API keys. Maximum 5 per account.

Your Keys

Usage

Track your API consumption.

Today

0

This Month

0

Rate Limit

30/ min

Plan Limits

Daily queries0 / 100

Documentation

Everything you need to integrate MIAPI.

Base URL

https://api.miapi.uk

Authentication

Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY

POST /v1/answer

Send a question, get a grounded AI answer with sources.

Request Body
{
  "question": "string",
  "include_sources": true
}
Response
{
  "answer": "string",
  "sources": [...],
  "confidence": 0.85,
  "cached": false,
  "query_time_ms": 1200
}

Full Interactive Docs

Try the API directly in your browser with our interactive documentation.

Open API Playground

Billing

Choose the plan that fits your needs.

Free

$0/mo
  • 100 queries / day
  • 1 API key
  • Community support
  • 5 sources per answer

Scale

$100/mo
  • 100,000 queries / month
  • Unlimited API keys
  • Dedicated support
  • Custom sources

Settings

Manage your account.

Email
Account TierFree
Member SinceFeb 2026