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.proPOST
/api/tools/csv-to-jsonFreeConvert CSV text to a JSON array
Request body
{ "csv": "string", "header": true, "delimiter": "," }POST
/api/tools/json-to-csvFreeConvert a JSON array to CSV
Request body
{ "json": [...] }POST
/api/tools/qr-generatorFreeGenerate a QR code as SVG or data URL
Request body
{ "text": "string", "format": "svg|dataurl" }POST
/api/tools/password-generatorFreeGenerate a secure password
Request body
{ "length": 20, "uppercase": true, "numbers": true, "symbols": true }POST
/api/tools/json-formatterFreeFormat or minify JSON
Request body
{ "input": "string", "action": "format|minify" }POST
/api/tools/hash-textFreeHash 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.