Swiss Army API
Swiss Army API — Utility Tools for LLM Agents
1 subscribers
20 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Swiss Army API endpoints
| Method | Endpoint | Description |
|---|---|---|
| json-to-csv | ||
| GET |
/json-to-csv /json-to-csv |
Convert a JSON array of objects into CSV format with automatic header detection. |
| POST |
/json-to-csv /json-to-csv |
Convert a JSON array of objects into CSV format with automatic header detection. |
| csv-to-json | ||
| GET |
/csv-to-json /csv-to-json |
Parse CSV text into a JSON array of objects. First row is treated as headers by default. |
| POST |
/csv-to-json /csv-to-json |
Parse CSV text into a JSON array of objects. First row is treated as headers by default. |
| uuid | ||
| POST |
/uuid /uuid |
Generate UUID v4 (random) or v7 (time-ordered) in bulk. |
| GET |
/uuid /uuid |
Generate UUID v4 (random) or v7 (time-ordered) in bulk. |
| url | ||
| GET |
/url /url |
Encode/decode URL components, parse URLs into parts, or build URLs from components. |
| POST |
/url /url |
Encode/decode URL components, parse URLs into parts, or build URLs from components. |
| base64 | ||
| POST |
/base64 /base64 |
Encode text to Base64 or decode Base64 back to text. |
| GET |
/base64 /base64 |
Encode text to Base64 or decode Base64 back to text. |
| timestamp | ||
| POST |
/timestamp /timestamp |
Convert between Unix, ISO 8601, RFC 2822, MySQL, and human-readable date formats with timezone support. |
| GET |
/timestamp /timestamp |
Convert between Unix, ISO 8601, RFC 2822, MySQL, and human-readable date formats with timezone support. |
| html-to-text | ||
| POST |
/html-to-text /html-to-text |
Remove all HTML tags and extract clean plain text with word/character counts and optional link extraction. |
| GET |
/html-to-text /html-to-text |
Remove all HTML tags and extract clean plain text with word/character counts and optional link extraction. |
| diff | ||
| GET |
/diff /diff |
Compute a word-level, character-level, or line-level diff between two texts with similarity percentage. |
| POST |
/diff /diff |
Compute a word-level, character-level, or line-level diff between two texts with similarity percentage. |
| json | ||
| GET |
/json /json |
Validate JSON syntax, prettify with indentation, minify, or attempt to auto-fix common JSON issues. |
| POST |
/json /json |
Validate JSON syntax, prettify with indentation, minify, or attempt to auto-fix common JSON issues. |
| random | ||
| POST |
/random /random |
Generate random passwords, numbers, strings, hex colors, booleans, or IP addresses. |
| GET |
/random /random |
Generate random passwords, numbers, strings, hex colors, booleans, or IP addresses. |
Swiss Army API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|