🗄️

SQL Formatter

Format SQL queries with uppercase keywords and proper indentation.

data API: POST /api/tools/sql-format

Input

🔌 API Usage

POST /api/tools/sql-format
Content-Type: application/json

// Example body:
{
  "input": ""
}