Decode
Decode string from base64 or URI.
App usage
Parameters
Parameter 1
Description: Decoding scheme
Type: String
Required: false
Options: Base64 | URI
Default: Base64
Example
# INPUT TEXT
VGhlIHF1aWNrIGJyb3duIGRvZyBqdW1wZWQgb3ZlciB0aGUg
bGF6eSBmb3guIFRoZSBxdWljayBicm93biBkb2cganVtcGVkIA==
b3ZlciB0aGUgbGF6eSBmb3guIFRoZSBxdWljayBicm93biBkb2cu
anVtcGVkIG92ZXIgdGhlIGxhenkgZm94LiBUaGUgcXVpY2s=
YnJvd24gZG9nIGp1bXBlZCBvdmVyIHRoZSBsYXp5IGZveC4=
# Parameter 1
Base64
# RESULT USING EXAMPLE PARAMETERS
The quick brown dog jumped over the
lazy fox. The quick brown dog jumped
over the lazy fox. The quick brown dog.
jumped over the lazy fox. The quick
brown dog jumped over the lazy fox.
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.