Slugify, encode, parse, chain, and batch-process text without maintaining a utility library. One endpoint, 28 transformations, predictable JSON, sub-5ms latency.
curl -X POST https://textforge.co/v1/run -H "Content-Type: application/json" -d '{"input":"Hello World!","pipeline":["slugify","reverse","base64encode"]}'
Bash syntax. For PowerShell/CMD, replace \ with ^.
Not a toy demo. This is the same pipeline used in production: deterministic steps, exact inputs, inspectable outputs.
Slugify, case conversions, encoding, extraction, validation, and generation through one REST endpoint.
Sensible defaults, predictable JSON responses, and docs that match what the API actually returns.
Chain transformations sequentially in a single request instead of orchestrating multiple calls.
Built for production throughput with per-day rate limiting and burst handling.
Free tier is usable, not promotional. Upgrade when your volume is real.
HTTPS-only, CORS-enabled, no SDK lock-in. Works from bash, Node, Python, or anything that can make a request.
Deterministic steps, inspectable outputs. Each transformation returns the same response shape.
All available in a single API call
Start free. Upgrade when your volume is real.
No account required
For production workloads
Free tier is available without an API key. No account, no card, no waiting.
Start with the docs →