Developer API
Every Demystify tool is built on a pure engine with a single validation schema. That lets you reach the same tool three ways — all privacy-first.
1 · In your browser
The default. Tools run entirely on-device — zero uploads, works offline. Nothing to call, nothing leaves.
2 · REST API v1
POST /api/v1/{tool}with the tool's JSON input. Anonymous free tier, no key needed. Interactive reference & try-it · OpenAPI 3.1 spec. Errors are RFC-9457 problem+json.
3 · Your own cloud
Run the open tools-runner Docker image on your machine or cloud and point the tools at it — data never touches us. Set it up in Settings → Bring your own cloud.
Quick start
curl -X POST https://tools.demystifysystem.com/api/v1/gst-calculator \
-H 'content-type: application/json' \
-d '{"amountPaise": 100000, "rate": 18}'Available endpoints (21)
The list grows as more tools are bound. Tools that need a browser canvas, an AI key, or network egress aren't on the anonymous API — run those in the browser or your own runner.
POST /api/v1/amount-to-wordsAmount to wordsPOST /api/v1/api-spec-generatorAPI spec generatorPOST /api/v1/base64-encode-decodeBase64 encode/decodePOST /api/v1/cron-builderCron builderPOST /api/v1/curl-to-codecURL to codePOST /api/v1/data-anonymizerData anonymizerPOST /api/v1/epoch-converterEpoch converterPOST /api/v1/gold-making-charges-calculatorGold making-charges calculatorPOST /api/v1/gst-calculatorGST calculatorPOST /api/v1/gstin-validatorGSTIN validatorPOST /api/v1/hash-generatorHash generatorPOST /api/v1/json-formatterJSON formatterPOST /api/v1/json-schema-generatorJSON Schema generatorPOST /api/v1/json-to-any-languageJSON to any languagePOST /api/v1/json-to-csvJSON to CSVPOST /api/v1/json-to-typescriptJSON to TypeScriptPOST /api/v1/jwt-decoderJWT decoderPOST /api/v1/mcp-server-generatorMCP server generatorPOST /api/v1/mock-data-generatorMock data generatorPOST /api/v1/upi-qr-generatorUPI QR generatorPOST /api/v1/uuid-generatorUUID generator
Machine-readable: openapi.json · typed SDK and MCP server are on the way. Nothing here is logged or stored.