A collection of powerful tools that can be combined to create complex data processing pipelines.
AI
Text Generation
Generates text, code, or structured data (e.g., JSON) based on a text prompt.
1 Credit per ~400 words (approx. 1 page of text)
Text to Image
Generates a visual image based on a descriptive text prompt.
5 Credits per image generated
Image-to-Text
Generates text (e.g., captions, answers to questions) based on an input image.
3 Credits per image analysis
Image Classification
Identifies the main subject or class of an input image (e.g., "dog," "cat," "document").
1 Credit per image classification
Object Detection
Identifies and locates specific objects within an image using bounding boxes.
1 Credit per image analysis
Text-to-Speech
Generates natural-sounding human speech from written text.
2 Credits per 40 seconds of audio
Automatic Speech Recognition
Transcribes spoken audio into written text.
1 Credit per 4 minutes of audio
Voice Activity Detection
Detects the presence of speech in an audio segment.
1 Credit per 4 minutes of audio
Summarization
Generates a concise summary from a longer body of text.
1 Credit per ~400 words processed
Translation
Translates text from one natural language to another natural language.
1 Credit per translation (approx. 750 words)
Text Classification
Assigns a single label to text, such as positive or negative sentiment.
1 Credit per analysis
Text Embeddings
Converts text into a vector representation (embedding) for semantic search and retrieval.
1 Credit per ~750 words
Data Formats
JSONPath Query
Extracts data from a JSON object using a JSONPath query.
Extract JSON Array
Extracts the first JSON array from a block of text using a regular expression.
YAML to JSON
Converts a YAML input string into a JSON formatted string.
JSON to YAML
Converts a JSON input string into a YAML formatted string.
CSV to JSON
Converts a CSV input string into a JSON formatted string.
Utilities
Faker Data Generator
Generates realistic placeholder data using Faker.js based on a comma-separated list of fields.
Text Template
Creates a new text output from a template string, allowing you to combine static text and variables from previous steps. This tool ignores the main pipeline input.
Save Base64 as File
Saves a Base64 encoded string as a downloadable file.
Image Loader
Loads an image from a file upload (in browser) or accepts base64 data from a previous step.
Audio Loader
Loads audio from a file upload (in browser) or accepts base64 data from a previous step.
Text Inspector
Displays the raw text input it receives. Useful for debugging pipelines.
Text
Text Transformer
A versatile tool to transform text case, reverse strings, count words, and more.
Regex Replace
Replaces parts of a string that match a regular expression.
Trim Whitespace
Removes leading and trailing whitespace from the input text.
Encoding
Base64 Encode
Encodes text into a Base64 string.
Base64 Decode
Decodes a Base64 string back into text.
URL Encode
Encodes the input string for use in a URL, using encodeURIComponent.
URL Decode
Decodes a URL-encoded string, using decodeURIComponent.
JWT Decode
Decodes a JSON Web Token (JWT) to inspect its header and payload. Does not verify the signature.