Encode
Encode string to base64 or URI.
App usage
Parameters
Parameter 1
Description: Encoding scheme
Type: String
Required: false
Options: Base64 | URI
Default: Base64
Example
# INPUT TEXT
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.
# Parameter 1
Base64
# RESULT USING EXAMPLE PARAMETERS
VGhlIHF1aWNrIGJyb3duIGRvZyBqdW1wZWQgb3ZlciB0aGUg
bGF6eSBmb3guIFRoZSBxdWljayBicm93biBkb2cganVtcGVkIA==
b3ZlciB0aGUgbGF6eSBmb3guIFRoZSBxdWljayBicm93biBkb2cu
anVtcGVkIG92ZXIgdGhlIGxhenkgZm94LiBUaGUgcXVpY2s=
YnJvd24gZG9nIGp1bXBlZCBvdmVyIHRoZSBsYXp5IGZveC4=
API usage
You can find all required parameters and multi-language examples on our RapidAPI page.