Mapping Clarity Logo Mapping Clarity
1,000 free credits on signup

AI Data Mapping & Classification.
From Any Source. In Seconds.

Mapping Clarity is data mapping software built for finance, procurement, and IT teams. Map vendor names, classify costs, and normalize data to any taxonomy — TBM, APQC, or custom — automatically.

One Platform. Two Ways to Work.

Whether you live in spreadsheets or write code, Mapping Clarity fits your workflow.

For Data Professionals

Finance analysts, cost managers, procurement teams — classify data without leaving Excel. Use our Office Script to send data directly from your spreadsheet and get results back in seconds.

  • Excel Script integration — classify directly from Excel Online
  • CSV upload — drag and drop files through the web app
  • Results in your sheet — classifications, confidence scores, and reasoning auto-populate
  • Review & correct — human-in-the-loop feedback makes the AI smarter
Get started with Excel

For Developers & Product Teams

Embed AI classification into your own platform, app, or data pipeline. A simple REST API with API key authentication — submit data, poll for results, done.

  • REST API — submit CSV or JSON, get classified results back
  • API key management — create and manage keys from your dashboard
  • Pipeline configuration — define custom targets and hierarchies via API
  • Interactive docs — full OpenAPI spec with try-it-out in Swagger UI
Explore the API

Three Steps to Classified Data

Upload, classify, review. It works the same way regardless of how you send data.

1

Send Your Data

Upload a CSV, send rows from Excel, or POST JSON to the API. Any structure, any size.

2

AI Classifies Each Row

A three-tier engine — pattern matching, vector search, and AI reasoning — classifies against your custom taxonomy.

3

Review & Refine

Results appear in your spreadsheet or API response. Corrections feed back into the system, making it smarter over time.

Excel Online & Office 365

Classify Without Leaving Your Spreadsheet

Our Office Script runs directly inside Excel Online. Select your data, click run, and watch classifications flow back into your sheet — complete with confidence scores and AI reasoning.

1

Configure — enter your API key and pipeline ID in the Settings sheet

2

Select & run — highlight rows on your data sheet and execute the script

3

Results appear — new columns with classifications, confidence, and reasoning populate automatically

Excel Preview
Description Classification Confidence
Office supplies - staples Office Supplies 98%
AWS EC2 monthly Cloud Computing 95%
Quarterly team lunch Staff Welfare 82%
Fiber internet Apr-26 Telecommunications 97%
Submit classification job
// Submit data for classification
const response = await fetch('https://api.mappingclarity.com/v1/process', {
  method: 'POST',
  headers: {
    'x-api-key': YOUR_API_KEY,
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    pipelineId: 'your-pipeline-id',
    rows: [
      { description: 'AWS EC2 monthly' },
      { description: 'Office supplies' }
    ]
  })
});

const { jobId } = await response.json();

// Poll for results
const results = await fetch(
  `https://api.mappingclarity.com/v1/jobs/${jobId}/results`,
  { headers: { 'x-api-key': YOUR_API_KEY } }
);
REST API

Build Classification Into Your Product

A straightforward REST API for product managers and engineers who need to embed data classification into their own platforms, ETL pipelines, or internal tools.

  • Submit up to 10,000 rows per request via JSON
  • Get results as JSON or CSV download
  • Configure pipelines and custom targets programmatically
  • Full OpenAPI specification with interactive try-it-out
View API Documentation

Built for Accuracy, Scale, and Trust

Enterprise-grade features that make classification reliable and auditable.

Dynamic Data Pipelines

Create custom classification pipelines with any target taxonomy — definition lists, simple lists, or free text.

Three-Tier AI Engine

Pattern matching, vector similarity search, and Gemini AI reasoning work together for high accuracy at lower cost.

Human-in-the-Loop Learning

Every correction is captured and used to train new rules. The system gets smarter with every job you run.

Comprehensive Audit Trail

Track every classification, correction, and administrative action. Full traceability for compliance.

Multi-Tenant Platform

Complete data isolation between tenants. Invite team members, manage roles, and collaborate securely.

API Key Management

Create and manage API keys from your dashboard. Keys are GCP-managed with automatic tenant-level scoping.

Simple, Transparent Pricing

Pay per credit. 1 credit = 1 row classified for one target. Volume discounts built in.

Free to start
1,000

credits free on signup

Start Free Trial

No credit card required

Volume Pricing

Graduated tiers — pay less per credit as you scale

Credits Per Credit
1 – 10,000 $0.010
10,001 – 50,000 $0.008
50,001 – 500,000 $0.005
500,001 – 5,000,000 $0.003
5,000,001 – 50,000,000 $0.001
50,000,001+ $0.0008

Prices in USD. Multi-currency supported at checkout. Enterprise invoicing available.

Get in Touch

Questions about enterprise plans, custom integrations, or a guided demo? We'd love to hear from you.