For the complete documentation index, see llms.txt. This page is also available as Markdown.

QR Code Generation

API calls are region specific. Please make sure you are subscribed to a specific region and have a valid Renda API Key before making API calls.

Region Specific URLs: Ireland(Europe): https://api-eu.renda.io North Virginia(US): https://api-us.renda.io Mumbai(APAC): https://api-apac.renda.io

Generate QR Code

POST https://api-<region>.renda.io/totp/generateQRCode

Region specific URLs: Ireland(Europe): https://api-eu.renda.io/totp/generateQRCode North Virginia(US): https://api-us.renda.io/totp/generateQRCode Mumbai(APAC): https://api-apac.renda.io/totp/generateQRCode

Headers

Name
Type
Description

x-api-key

string

Renda API Key

Accept

string

*/*

Content-type

string

application/x-www-form-urlencoded

Request Body

Name
Type
Description

data

string

Data to be encoded in the QR Code

<QR Code data>
[
    {
        "type": "Error",
        "message": "No Data provided to generate QR Code"
    }
]
{
    "message": "Unsupported API request. Please refer to Renda 
    documentation for more details documentation.renda.io"
}

Last updated