api

color

6 tools
lock

crypto

7 tools
table_chart

data

17 tools
table_chart csv_stats
toll 1

Basic statistics per column (count, nulls, min, max, mean, unique)

csv statistics
View docs arrow_forward
table_chart csv_columns
toll 1

Extract, reorder, or rename columns from CSV

csv columns extract
View docs arrow_forward
table_chart csv_deduplicate
toll 1

Remove duplicate rows from CSV, keeping the first or last occurrence. Optionally deduplicate by specific columns.

csv deduplicate unique
View docs arrow_forward
table_chart csv_filter
toll 1

Filter CSV rows where a column matches a condition. Supports equality, comparison, contains, and empty checks.

csv filter
View docs arrow_forward
table_chart csv_sort
toll 1

Sort CSV rows by one or more columns in ascending or descending order.

csv sort
View docs arrow_forward
table_chart csv_to_json
toll 1

Parse CSV text to a JSON array of objects

csv json parse
View docs arrow_forward
table_chart flatten_json
toll 1

Flatten nested JSON to dot-notation keys

json flatten
View docs arrow_forward
table_chart json_format
toll 1

Pretty-print or minify JSON

json format
View docs arrow_forward
table_chart json_query
toll 1

Query JSON with a JMESPath expression

json query jmespath
View docs arrow_forward
table_chart json_to_csv
toll 1

Convert a JSON array (or single object) to CSV text

json csv convert
View docs arrow_forward
table_chart json_to_yaml
toll 1

Convert JSON to YAML

yaml json convert
View docs arrow_forward
table_chart unflatten_json
toll 1

Expand dot-notation keys back to nested JSON

json unflatten
View docs arrow_forward
table_chart xml_to_json
toll 1

Convert XML text to JSON

xml json convert
View docs arrow_forward
table_chart yaml_to_json
toll 1

Convert YAML text to JSON or JSON text to YAML.

yaml json convert
View docs arrow_forward
table_chart null_coalesce
toll 1

Replace null or empty values in a dict with defaults

null coalesce default clean
View docs arrow_forward
table_chart email_normalize
toll 1

Normalize an email address by removing dots/aliases and canonicalizing the domain

email normalize dedup
View docs arrow_forward
table_chart address_normalize
toll 1

Normalize a US street address by expanding abbreviations and fixing formatting

address normalize format
View docs arrow_forward
calendar_month

datetime

12 tools
calendar_month working_hours_clamp
toll 1

Clamp a datetime to the nearest working hour (Mon-Fri, configurable start/end)

business scheduling sla working-hours
View docs arrow_forward
calendar_month ics_parse
toll 1

Parse an ICS calendar string into structured JSON events

ics calendar parse event
View docs arrow_forward
calendar_month ics_generate
toll 1

Generate an ICS calendar event from structured input

ics calendar event scheduling
View docs arrow_forward
calendar_month business_days
toll 1

Count business days (weekdays) between two dates

date business weekdays
View docs arrow_forward
calendar_month add_subtract
toll 1

Add or subtract a given amount of time from a date and return the resulting ISO 8601 date.

date add subtract
View docs arrow_forward
calendar_month convert_timezone
toll 1

Convert a date/time between timezones

date timezone convert
View docs arrow_forward
calendar_month cron_next
toll 1

Get the next N run times for a cron expression

cron schedule next
View docs arrow_forward
calendar_month difference
toll 1

Calculate the time difference between two dates in the chosen unit.

date difference delta
View docs arrow_forward
calendar_month format
toll 1

Reformat a date/time to a given strftime pattern

date format strftime
View docs arrow_forward
calendar_month humanize
toll 1

Convert a datetime to a relative human-readable string like '3 hours ago' or 'in 2 days'

datetime humanize relative
View docs arrow_forward
calendar_month parse
toll 1

Parse any date string and return ISO 8601

date parse iso8601
View docs arrow_forward
calendar_month unix_timestamp
toll 1

Convert a date string to a Unix timestamp, or a Unix timestamp to an ISO 8601 date string.

date unix timestamp
View docs arrow_forward
description

document

1 tool
folder_zip

file

4 tools
api

finance

2 tools
api

geo

3 tools
photo_library

image

15 tools
photo_library watermark
toll 1

Add a text watermark to an image with configurable position, opacity, font size, and color.

image watermark text
View docs arrow_forward
photo_library thumbnail
toll 1

Generate thumbnail with smart center-crop

image thumbnail resize
View docs arrow_forward
photo_library strip_exif
toll 1

Remove EXIF metadata from an image

image exif privacy
View docs arrow_forward
photo_library rotate
toll 1

Rotate image by an angle in degrees

image rotate
View docs arrow_forward
photo_library resize
toll 1

Resize image to dimensions or percentage, optionally maintain aspect ratio

image resize
View docs arrow_forward
photo_library placeholder
toll 1

Generate a solid color placeholder image with optional text

image placeholder generate
View docs arrow_forward
photo_library metadata
toll 1

Extract image metadata (dimensions, format, EXIF info)

image metadata exif
View docs arrow_forward
photo_library grayscale
toll 1

Convert image to grayscale

image grayscale color
View docs arrow_forward
photo_library flip
toll 1

Flip (mirror) an image horizontally or vertically.

image flip mirror
View docs arrow_forward
photo_library crop
toll 1

Crop image to coordinates or center-crop to an aspect ratio

image crop
View docs arrow_forward
photo_library convert
toll 1

Convert an image to a different format.

image convert format
View docs arrow_forward
photo_library compress
toll 1

Reduce image quality/file size

image compress optimize
View docs arrow_forward
photo_library brightness_contrast
toll 1

Adjust image brightness and contrast

image brightness contrast
View docs arrow_forward
photo_library border
toll 1

Add a solid colored border around an image

image border frame
View docs arrow_forward
photo_library blur
toll 1

Apply Gaussian blur with configurable radius

image blur filter
View docs arrow_forward
calculate

math

4 tools
lan

network

4 tools
api

security

2 tools
api

seo

2 tools
notes

text

31 tools
notes case_convert
toll 1

Convert text between naming conventions (e.g. camelCase, snake_case, kebab-case, PascalCase, etc.).

string case
View docs arrow_forward
notes uuid_generate
toll 1

Generate a UUID. Version 4 produces a random UUID. Version 5 produces a deterministic UUID from a namespace and name.

uuid generator
View docs arrow_forward
notes base64
toll 1

Encode text to Base64 or decode a Base64 string back to text.

encoding base64
View docs arrow_forward
notes char_count
toll 1

Count characters in text broken down by type

string count
View docs arrow_forward
notes diff
toll 1

Compare two texts and return a unified diff

diff compare
View docs arrow_forward
notes extract_dates
toll 1

Find date-like patterns in free text

extract date
View docs arrow_forward
notes extract_hashtags
toll 1

Extract #hashtags from text

extract social
View docs arrow_forward
notes extract_ips
toll 1

Extract IPv4 and IPv6 addresses from text

extract network
View docs arrow_forward
notes extract_json_strings
toll 1

Find and extract embedded JSON objects or arrays from text

json extract
View docs arrow_forward
notes extract_mentions
toll 1

Extract @mentions from text

extract social
View docs arrow_forward
notes fix_line_endings
toll 1

Normalize all line endings in text to a consistent style (Unix LF or Windows CRLF).

string newline
View docs arrow_forward
notes hash
toll 1

Hash text with the chosen algorithm and return the hex digest.

crypto hash
View docs arrow_forward
notes lorem_ipsum
toll 1

Generate lorem ipsum placeholder text

placeholder generator
View docs arrow_forward
notes markdown_to_html
toll 1

Convert Markdown text to HTML

markdown html
View docs arrow_forward
notes number_lines
toll 1

Prefix each line with its line number

string format
View docs arrow_forward
notes reading_time
toll 1

Estimate reading time for text at a given words-per-minute rate

string count
View docs arrow_forward
notes regex_replace
toll 1

Find and replace text using regex

regex replace
View docs arrow_forward
notes word_count
toll 1

Count words, characters, sentences, and paragraphs in text

string count
View docs arrow_forward
notes utf8_normalize
toll 1

Normalize unicode text to a standard form and optionally strip diacritical marks (accents).

unicode normalize
View docs arrow_forward
notes truncate
toll 1

Truncate text to a given length with optional ellipsis

string truncate
View docs arrow_forward
notes trim_lines
toll 1

Trim leading and trailing whitespace from each line

string whitespace
View docs arrow_forward
notes title_case
toll 1

Convert text to title case with smart handling of small words (articles, prepositions, conjunctions)

string case
View docs arrow_forward
notes template_fill
toll 1

Fill {{variable}} style placeholders in a template from a key/value map

template string
View docs arrow_forward
notes strip_html
toll 1

Remove HTML tags from text, keeping text content

html strip
View docs arrow_forward
notes slugify
toll 1

Convert text to a URL-friendly slug

url string
View docs arrow_forward
notes sentence_count
toll 1

Count sentences in text

string count
View docs arrow_forward
notes sentence_case
toll 1

Capitalize only the first letter of each sentence

string case
View docs arrow_forward
notes reverse
toll 1

Reverse a string or its words

string reverse
View docs arrow_forward
notes remove_comments
toll 1

Strip comments from source code. Supports Python (#), C++ (//), block (/* */), or auto-detect all styles.

string code
View docs arrow_forward
notes remove_blank_lines
toll 1

Strip empty or whitespace-only lines from text

string whitespace
View docs arrow_forward
notes regex_extract
toll 1

Extract regex matches from text

regex extract
View docs arrow_forward
verified

validate

7 tools
public

web

8 tools

Ready to start building?

Get a free API key and make your first request in under a minute.