RECAST
Upgrade to Pro

Data format toolkit

Reshape, validate & compare
without leaving the tab.

Convert, format, validate and diff JSON, CSV and XML — entirely in your browser. Nothing is uploaded.

JSONPath
Drop file to load
JSON 0 chars
⌘/Ctrl + Enter
CSV 0 chars
0 / 256 KB free limit
Free limit reached or nearly full. Pro unlocks 25 MB files, batch convert, and saved presets. Upgrade to Pro →

Pricing

Free for one-off conversions. Pro for daily use.

Occasional use is free, forever. If you're converting files at work every day, Pro pays for itself in the first ten minutes you save.

Free

£0/forever

For occasional, one-off conversions.

  • Convert, validate, format, diff, JSONPath
  • Files up to 256 KB
  • One file at a time
  • Runs entirely in-browser
Use for free

API

£29/month

For scripts, pipelines and internal tools.

  • Everything in Pro
  • REST API with your own key
  • 10,000 conversions / month
  • Webhook + CLI available
  • Team seats (add-on)
Get API – £29/mo API yearly – £290

API

Convert from your scripts and pipelines.

Same conversions as the browser tool, available over a simple REST API. Ideal for backends, CLIs, and internal tools.

Coming soon

Recast API — early access

The API is in private beta. You’ll get a personal key, 10,000 conversions per month, support for all six modes (JSON ↔ CSV, JSON ↔ XML, Flatten / Unflatten), and webhooks.

POST /v1/convert
Authorization: Bearer rk_live_••••••••
Content-Type: application/json

{
  "mode": "json2csv",
  "input": "[{\"id\":1,\"name\":\"Ada\"}]",
  "options": { "delimiter": ",", "excel_bom": true }
}

Planned endpoints: /v1/convert, /v1/me, /v1/usage