DevFlow provides a standardized, high-performance JSON API for all 29 developer tools. Integrate formatting, encoding, and transformation logic directly into your workflows.
https://devflow.tools/api/toolsAll endpoints return a standardized JSON response with output,error, and tool-specific metadata.
Free usage is subject to rate limits. For high-volume production use, you'll need an API key available through our Pro and Team plans.
Execute pipeline workflows programmatically. Requires authentication via API key or session cookie.
Authorization: Bearer df_live_xxx — Use your API keyCookie: better-auth.session_token=xxx — Or session cookieinput (optional) — Input data to pass to the pipelinenodes (optional) — Override pipeline nodes (array)edges (optional) — Override pipeline edges (array){
"status": "success",
"steps": [...],
"durationMs": 1234,
"output": "pipeline-output",
"remainingExecutions": 9
}401 — Unauthorized (invalid or missing auth)403 — Forbidden (pipeline not owned by user)404 — Pipeline not found429 — Rate limit exceededEncode and decode Base64 strings, files, and data URIs instantly.
Convert colors between HEX, RGB, HSL, oklch, CMYK, and 16+ formats instantly.
Parse, validate, and build cron expressions with human-readable explanations.
Format, minify, and validate CSS with sorting and SCSS conversion.
Convert CSV/TSV to JSON and JSON to CSV with type inference and multiple output formats.
Convert cURL commands to code in 12+ programming languages instantly.
Look up DNS records for any domain — A, AAAA, MX, TXT, NS, SOA, SRV, CAA, and more.
Generate favicons for all platforms from any image, text, or emoji.
Generate and verify cryptographic hashes with multiple algorithms.
Encode and decode HTML entities with named, numeric, and hex modes.
Format, minify, and validate HTML with attribute sorting and template support.
Convert HTML to Markdown with support for GFM, CommonMark, and Obsidian syntax.
Look up geolocation, network, and security details for any IP address.
Prettify, minify, and validate JSON data instantly.
Generate TypeScript interfaces, Zod schemas, and Valibot schemas from JSON.
Decode, inspect, and validate JWT tokens with claim analysis.
Generate placeholder text in multiple formats and styles instantly.
Preview and render Markdown with GFM, math, Mermaid diagrams, and export options.
Generate secure passwords, passphrases, and PINs with strength analysis.
Generate QR codes for URLs, Wi-Fi, contacts, events, and more with custom styles.
Test, debug, and explain regular expressions with real-time match highlighting.
Format, minify, and validate SQL queries with dialect support.
Optimize, minify, and clean SVG files with configurable SVGO presets.
Convert text between 20+ case formats: camelCase, snake_case, kebab-case, Title Case, and more.
Compare two text blocks and highlight exactly what changed.
Convert between Unix timestamps, ISO 8601, and human-readable dates instantly.
Encode, decode, and parse URLs and query strings instantly.
Generate, validate, and decode UUIDs, ULIDs, and Nano IDs instantly.
Convert between JSON and YAML with validation, formatting, and multi-document support.
Integrate 29+ high-performance developer utilities into your own applications today.