integrations.sh
← all integrations

PowerTools Developer

OpenAPI apis-guru developer_tools

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.addToCollection

    Add an item to a collection

  • collections.collectionContainsNumber

    Determine if a collection contains a specific number

  • collections.collectionContainsString

    Determine if any items in a collection contain a specific string

  • collections.collectionEndsWithString

    Determine if any items in a collection end with a specific string

  • collections.collectionStartsWithString

    Determine if any items in a collection start with a specific string

  • collections.collectionToJson

    Convert a collection to a named JSON object

  • collections.collectionToXml

    Convert a collection to an XML string

  • collections.countCollection

    Count a collection of items

  • collections.filterCollection

    Filter a collection of strings by keyword

  • collections.removeFromCollection

    Remove an item from a collection

  • collections.replaceValuesInCollection

    Replace whole or partial strings in a collection

  • collections.sortCollection

    Sort a collection of strings

  • collections.splitCollection

    Split a collection of items by matching value or index

  • data.csvToJson

    Convert a CSV string to a JSON array

  • data.jsonToCsv

    Convert a JSON array to CSV string

  • data.jsonToHtml

    Convert a JSON array to an HTML table

  • data.jsonToXml

    Convert a JSON object to an XML string

  • data.queryJson

    Query a JSON object using a JSONPath expression

  • data.queryXml

    Query an XML string using an XPath expression

  • data.xmlToJson

    Convert an XML string to a JSON object

  • dateTime.dateTimeDifference

    Calculate the difference between two dates

  • dateTime.dateTimeInfo

    Retrieve useful date and time information, such as day of year, total seconds and ticks

  • dateTime.formatDateTime

    Create a date/time string in a specific format

  • dateTime.worldTime

    Convert date and time from one time zone to another

  • files.convertImage

    Convert an image from one format to another

  • files.cropImage

    Crop an image

  • files.fileToString

    Convert a file to a Base64 string

  • files.flipImage

    Flip an image (horizontal or vertical)

  • files.generateQrCode

    Generate a QR code image

  • files.resizeImage

    Resize an image

  • files.rotateImage

    Rotate an image by specified number of degrees

  • files.watermarkImage

    Add watermark text to an image

  • finance.convertCurrency

    Calculate monetary value in a different currency

  • finance.formatCurrency

    Apply currency symbol to a numeric value

  • finance.marketIndex

    Get current and historical market index information

  • finance.stockPrices

    Get current and historical stock price information

  • math.calculateAbsolute

    Calculate the absolute value of a number

  • math.calculateAddition

    Calculate the sum of two numbers

  • math.calculateAverage

    Calculate the average of two or more numbers

  • math.calculateCosine

    Calculate the cosine value of an angle

  • math.calculateDivision

    Calculate the quotient of two numbers

  • math.calculateLogarithm

    Calculate the logarithm of a number

  • math.calculateMedian

    Calculate the median of two or more numbers

  • math.calculateMinMax

    Calculate the minimum or maximum value in a sequence of numbers

  • math.calculateModulo

    Calculate the remainder of dividing two numbers

  • math.calculateMultiplication

    Calculate the product of two numbers

  • math.calculateNthRoot

    Calculate the n-th root of a number

  • math.calculatePower

    Raise number to a specified power

  • math.calculateSine

    Calculate the sine value of an angle

  • math.calculateSquareRoot

    Calculate the square root of a number

  • math.calculateSubtraction

    Calculate the difference between two numbers

  • math.calculateSum

    Calculate the sum of two or more numbers

  • math.calculateTangent

    Calculate the tangent value of an angle

  • math.calculateVariance

    Calculate the statistical variance of two or more numbers

  • math.convertAngle

    Convert value from one angle measurement to another

  • math.convertArea

    Convert value from one area measurement to another

  • math.convertDistance

    Convert value from one distance measurement to another

  • math.convertDuration

    Convert value from one duration measurement to another

  • math.convertEnergy

    Convert value from one energy measurement to another

  • math.convertPower

    Convert value from one power measurement to another

  • math.convertSpeed

    Convert value from one speed measurement to another

  • math.convertTemperature

    Convert value from one temperature measurement to another

  • math.convertVolume

    Convert value from one volume measurement to another

  • math.convertWeight

    Convert value from one weight measurement to another

  • math.randomNumber

    Generate a random number within a specified range

  • math.roundNumber

    Round a numeric value up or down

  • math.standardDeviation

    Calculate the standard deviation of two or more numbers

  • text.compareStrings

    Perform a comparison of two strings

  • text.containsString

    Determine if a string contains another string

  • text.convertCase

    Convert string to upper, lower or title case

  • text.decodeString

    Decode a string encoded with Base64 encoding

  • text.encodeString

    Encode a string using Base64 encoding

  • text.generateGuid

    Generate a globally unique identifier

  • text.generateHash

    Generate a hash value from a string

  • text.joinStrings

    Join a collection of strings

  • text.redactString

    Redact a strng containing sensitive content

  • text.replaceString

    Replace one value with another in a string

  • text.shortenLink

    Generate a simple, short URL from a complex URL

  • text.speechToText

    Convert audio file to text (10MB limit)

  • text.splitString

    Split a string based upon one or more characters

  • text.stringToFile

    Convert text string to file

  • text.textToSpeech

    Convert text to an audio file using AI-driven speech synthesis.

  • text.translateString

    Translate a string into a different language

  • text.trimString

    Trim leading or trailing whitespace from a string

  • text.urlDecode

    Decode an encoded URL

  • text.urlEncode

    Generate an encoded string from a complex hyperlink

  • text.validateEmail

    Determine if an email address is valid

  • text.verifyHash

    Verify a hashed value against the original source string

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools