This API enables you to transform an image encoded in base64 format into a QR code and securely save it to Dropbox by providing the base64 image and Dropbox Generated Access Token.
POST /
The API accepts a JSON request with the following structure:
{
"image": "base64 encoded image",
"accesstoken": "Dropbox Generated Access Token"
}
The API returns a JSON response with the following structure:
{
"qr_code": "base64 encoded QR code image"
}