Muqira
Contact
Muqira AI

AI writing & research workspace

Muqira Flow

Visual AI-powered workflow automation

SEOventra

SEO rank tracking & site audit

AlShorty

Smart URL shortener with deep analytics

Documateo

Browser-based PDF tools, privacy-first

3 live · 2 coming soon · 1 in labsView all products →

v1 · REST API

Build on top
of Muqira.

A clean REST API for every Muqira product. Manage links, track rankings, trigger workflows, run AI completions — all from your own stack.

Read the Docs Get API Key
Base URLhttps://api.muqira.comAll endpoints require HTTPS. JSON only.

Authentication

Bearer token, one header.

Generate an API key from your dashboard. Pass it as a Bearer token on every request. Keys are prefixed with mk_live_ for production and mk_test_ for sandbox.

bash
curl https://api.muqira.com/v1/links \
  -H "Authorization: Bearer mk_live_xxxxxxxxxxxx" \
  -H "Content-Type: application/json"

Quick Example

Create a short link.

bash
curl -X POST https://api.muqira.com/v1/links \
  -H "Authorization: Bearer mk_live_xxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/long-page",
    "alias": "my-link",
    "domain": "go.yourbrand.com"
  }'
json
{
  "id": "lnk_01HXYZ",
  "short_url": "https://go.yourbrand.com/my-link",
  "original_url": "https://example.com/long-page",
  "clicks": 0,
  "created_at": "2026-06-20T10:30:00Z"
}

Endpoints

Available routes.

GET/v1/links

List all short links

AlShorty
POST/v1/links

Create a new short link

AlShorty
GET/v1/links/:id/stats

Get click analytics for a link

AlShorty
GET/v1/rankings

Fetch keyword positions

SEOventra
POST/v1/audit

Trigger a site audit

SEOventra
GET/v1/keywords

Search keyword volume and difficulty

SEOventra
POST/v1/ai/complete

Run an AI completion

Muqira AI
GET/v1/workflows

List automation workflows

Muqira Flow
POST/v1/workflows/:id/run

Trigger a workflow manually

Muqira Flow

Full endpoint reference, request shapes, and response schemas → API Documentation

Rate Limits

Limits by plan.

Free

100 req / day

Public read endpoints only

Starter

5,000 req / day

All product endpoints

Professional

50,000 req / day

All endpoints + webhooks

Agency

Unlimited

All endpoints + priority queue

Rate limit headers are included on every response: X-RateLimit-Remaining, X-RateLimit-Reset. Exceeded limits return 429 Too Many Requests.

Ready to build?
Start here.

Generate your API key from the dashboard and read the full reference docs to get started in minutes.

MuqiraMuqira
5 PRODUCTS
EST. 2025