API Documentation

All Processa tools are available as JSON APIs. Free endpoints have rate limits of 10 requests/minute per IP.

Base URL:https://processa.justservices.pro
POST/api/tools/csv-to-jsonFree

Convert CSV text to a JSON array

Request body

{ "csv": "string", "header": true, "delimiter": "," }
POST/api/tools/json-to-csvFree

Convert a JSON array to CSV

Request body

{ "json": [...] }
POST/api/tools/qr-generatorFree

Generate a QR code as SVG or data URL

Request body

{ "text": "string", "format": "svg|dataurl" }
POST/api/tools/password-generatorFree

Generate a secure password

Request body

{ "length": 20, "uppercase": true, "numbers": true, "symbols": true }
POST/api/tools/json-formatterFree

Format or minify JSON

Request body

{ "input": "string", "action": "format|minify" }
POST/api/tools/hash-textFree

Hash or encode text

Request body

{ "text": "string", "action": "md5|sha1|sha256|sha512|b64encode|b64decode" }

API key access coming soon

Pro plan users will get API keys with higher rate limits and access to AI tools. Drop your email to be notified.

No spam. Unsubscribe any time.