🏛️

Roman Numeral Converter

Convert between Roman numerals and integers.

converter API: POST /api/tools/roman-numeral

Input

🔌 API Usage

POST /api/tools/roman-numeral
Content-Type: application/json

// Example body:
{
  "value": "",
  "direction": "to_roman"
}