{value}The value to encode or decode
Example: https://networkcalc.com/api/encoder/Test value to encode.
encodingThe encoding scheme to use.
Values: url,base64,base64url
Example: https://networkcalc.com/api/encoder/base64
decode
(Optional) Set this to true to decode instead of encode.
Values: true,1
Example: https://networkcalc.com/api/encoder/VGhpcyBpcyBhIHRlc3Qh?encoding=base64&decode=true
200
OK - Success.
400
NOT_ENCODED - The {value} could not be encoded. Check all parameters and try again.
400
NOT_DECODED - The {value} could not be decoded. Check all parameters and try again.