Skip to content

One Simple API

Reference


A toolbox with all the things you need to get your project to success: Image resize and CDN, PDF and Screenshots generation, Currency Exchange and Discounts, Email Validation, QR codes, and much more!

Categories: [developer-tools]

Version: 1


Connections

Version: 1

null

Properties

NameTypeControl TypeDescription
API TokenSTRINGTEXT

Actions

Currency Converter

Convert currency from one to another.

Properties

NameTypeControl TypeDescription
From CurrencySTRINGSELECTCurrency from which you want to convert.
To CurrencySTRINGSELECTCurrency to which you want to convert.
ValueNUMBERNUMBERValue to convert.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
NUMBERNUMBER
STRINGTEXT

URL Shortener

Shorten your desired URL

Properties

NameTypeControl TypeDescription
URLSTRINGTEXTPlace the URL you want to shorten

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT

Web Page Information

Get information about a certain webpage

Properties

NameTypeControl TypeDescription
URLSTRINGTEXTPlace the web page url you want to get info from

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(title), STRING(description), STRING(canonical)}OBJECT_BUILDER
{STRING(site), STRING(title), STRING(description)}OBJECT_BUILDER
{STRING(title), STRING(url), STRING(image), STRING(description), STRING(type)}OBJECT_BUILDER