MazerikMazerik
Documentation home

API Reference

Endpoint Reference

Core endpoint map for normalization and enrichment workflows.

Last updated: 2026-03-24

Core endpoints

| Method | Path | Purpose | | --- | --- | --- | | POST | /v1/txen/normalize | Normalize raw transaction language | | POST | /v1/txen/entities | Resolve merchant/counterparty identity | | POST | /v1/txen/categorize | Assign taxonomy categories | | POST | /v1/txen/recurrence | Detect recurring transaction behavior |

Request envelope

{
  "transaction": {
    "id": "txn_123",
    "description": "DEBIT CARD MARKETPLACE",
    "amount": 48.95,
    "currency": "USD",
    "posted_at": "2026-03-20"
  }
}

Response contract

All endpoints return traceable structured fields intended for machine + operator consumption.

Previous

Recurrence

Open previous page

Next

Errors and Retries

Open next page

Need help?

Talk with our team about architecture and rollout decisions.