PowerTools Developer
Apptigent PowerTools Developer Edition is a powerful suite of API endpoints for custom applications running on any stack. Manipulate text, modify collections, format dates and times, convert currency, perform advanced mathematical calculations, shorten URL's, encode strings, convert text to speech, translate content into multiple languages, process images, and more. PowerTools is the ultimate developer toolkit.
- Homepage
- https://api.apis.guru/v2/specs/apptigent.com/2021.1.01.json
- Provider
- apptigent.com
- OpenAPI version
- 3.0.1
- Spec (JSON)
- https://api.apis.guru/v2/specs/apptigent.com/2021.1.01/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/apptigent.com/2021.1.01/openapi.yaml
Tools (90)
Extracted live via the executor SDK.
-
collections.addToCollectionAdd an item to a collection
-
collections.collectionContainsNumberDetermine if a collection contains a specific number
-
collections.collectionContainsStringDetermine if any items in a collection contain a specific string
-
collections.collectionEndsWithStringDetermine if any items in a collection end with a specific string
-
collections.collectionStartsWithStringDetermine if any items in a collection start with a specific string
-
collections.collectionToJsonConvert a collection to a named JSON object
-
collections.collectionToXmlConvert a collection to an XML string
-
collections.countCollectionCount a collection of items
-
collections.filterCollectionFilter a collection of strings by keyword
-
collections.removeFromCollectionRemove an item from a collection
-
collections.replaceValuesInCollectionReplace whole or partial strings in a collection
-
collections.sortCollectionSort a collection of strings
-
collections.splitCollectionSplit a collection of items by matching value or index
-
data.csvToJsonConvert a CSV string to a JSON array
-
data.jsonToCsvConvert a JSON array to CSV string
-
data.jsonToHtmlConvert a JSON array to an HTML table
-
data.jsonToXmlConvert a JSON object to an XML string
-
data.queryJsonQuery a JSON object using a JSONPath expression
-
data.queryXmlQuery an XML string using an XPath expression
-
data.xmlToJsonConvert an XML string to a JSON object
-
dateTime.dateTimeDifferenceCalculate the difference between two dates
-
dateTime.dateTimeInfoRetrieve useful date and time information, such as day of year, total seconds and ticks
-
dateTime.formatDateTimeCreate a date/time string in a specific format
-
dateTime.worldTimeConvert date and time from one time zone to another
-
files.convertImageConvert an image from one format to another
-
files.cropImageCrop an image
-
files.fileToStringConvert a file to a Base64 string
-
files.flipImageFlip an image (horizontal or vertical)
-
files.generateQrCodeGenerate a QR code image
-
files.resizeImageResize an image
-
files.rotateImageRotate an image by specified number of degrees
-
files.watermarkImageAdd watermark text to an image
-
finance.convertCurrencyCalculate monetary value in a different currency
-
finance.formatCurrencyApply currency symbol to a numeric value
-
finance.marketIndexGet current and historical market index information
-
finance.stockPricesGet current and historical stock price information
-
math.calculateAbsoluteCalculate the absolute value of a number
-
math.calculateAdditionCalculate the sum of two numbers
-
math.calculateAverageCalculate the average of two or more numbers
-
math.calculateCosineCalculate the cosine value of an angle
-
math.calculateDivisionCalculate the quotient of two numbers
-
math.calculateLogarithmCalculate the logarithm of a number
-
math.calculateMedianCalculate the median of two or more numbers
-
math.calculateMinMaxCalculate the minimum or maximum value in a sequence of numbers
-
math.calculateModuloCalculate the remainder of dividing two numbers
-
math.calculateMultiplicationCalculate the product of two numbers
-
math.calculateNthRootCalculate the n-th root of a number
-
math.calculatePowerRaise number to a specified power
-
math.calculateSineCalculate the sine value of an angle
-
math.calculateSquareRootCalculate the square root of a number
-
math.calculateSubtractionCalculate the difference between two numbers
-
math.calculateSumCalculate the sum of two or more numbers
-
math.calculateTangentCalculate the tangent value of an angle
-
math.calculateVarianceCalculate the statistical variance of two or more numbers
-
math.convertAngleConvert value from one angle measurement to another
-
math.convertAreaConvert value from one area measurement to another
-
math.convertDistanceConvert value from one distance measurement to another
-
math.convertDurationConvert value from one duration measurement to another
-
math.convertEnergyConvert value from one energy measurement to another
-
math.convertPowerConvert value from one power measurement to another
-
math.convertSpeedConvert value from one speed measurement to another
-
math.convertTemperatureConvert value from one temperature measurement to another
-
math.convertVolumeConvert value from one volume measurement to another
-
math.convertWeightConvert value from one weight measurement to another
-
math.randomNumberGenerate a random number within a specified range
-
math.roundNumberRound a numeric value up or down
-
math.standardDeviationCalculate the standard deviation of two or more numbers
-
text.compareStringsPerform a comparison of two strings
-
text.containsStringDetermine if a string contains another string
-
text.convertCaseConvert string to upper, lower or title case
-
text.decodeStringDecode a string encoded with Base64 encoding
-
text.encodeStringEncode a string using Base64 encoding
-
text.generateGuidGenerate a globally unique identifier
-
text.generateHashGenerate a hash value from a string
-
text.joinStringsJoin a collection of strings
-
text.redactStringRedact a strng containing sensitive content
-
text.replaceStringReplace one value with another in a string
-
text.shortenLinkGenerate a simple, short URL from a complex URL
-
text.speechToTextConvert audio file to text (10MB limit)
-
text.splitStringSplit a string based upon one or more characters
-
text.stringToFileConvert text string to file
-
text.textToSpeechConvert text to an audio file using AI-driven speech synthesis.
-
text.translateStringTranslate a string into a different language
-
text.trimStringTrim leading or trailing whitespace from a string
-
text.urlDecodeDecode an encoded URL
-
text.urlEncodeGenerate an encoded string from a complex hyperlink
-
text.validateEmailDetermine if an email address is valid
-
text.verifyHashVerify a hashed value against the original source string
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools