Skip to content

One Simple API

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

Type: oneSimpleAPI/v1


Connections

Version: 1

null

Properties

NameLabelTypeControl TypeDescriptionRequired
tokenAPI TokenSTRINGTEXTtrue

Actions

Currency Converter

Name: currencyConverter

Convert currency from one to another.

Properties

NameLabelTypeControl TypeDescriptionRequired
from_currencyFrom CurrencySTRINGSELECTCurrency from which you want to convert.true
to_currencyTo CurrencySTRINGSELECTCurrency to which you want to convert.true
from_valueValueNUMBERNUMBERValue to convert.true

Output

Type: OBJECT

Properties

NameTypeControl Type
from_currencySTRINGTEXT
from_valueSTRINGTEXT
to_currencySTRINGTEXT
to_valueNUMBERNUMBER
to_exchange_rateSTRINGTEXT

URL Shortener

Name: urlShortener

Shorten your desired URL

Properties

NameLabelTypeControl TypeDescriptionRequired
urlURLSTRINGTEXTPlace the URL you want to shortentrue

Output

Type: OBJECT

Properties

NameTypeControl Type
urlSTRINGTEXT
single_useSTRINGTEXT
temporary_redirectSTRINGTEXT
forward_paramsSTRINGTEXT
short_urlSTRINGTEXT

Web Page Information

Name: webInformation

Get information about a certain webpage

Properties

NameLabelTypeControl TypeDescriptionRequired
urlURLSTRINGTEXTPlace the web page url you want to get info fromtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
general{STRING(title), STRING(description), STRING(canonical)}OBJECT_BUILDER
twitter{STRING(site), STRING(title), STRING(description)}OBJECT_BUILDER
og{STRING(title), STRING(url), STRING(image), STRING(description), STRING(type)}OBJECT_BUILDER