๐Ÿ”Captcha

Generate a QR Code

GET https://api.night-api.com/images/captcha

Headers

Name
Type
Description

authorization*

String

Your API key

Request Body

Name
Type
Description

codeSize

Number

Size of the code to generate between 4 and 10

Default : 6

{ 
    status: 200, 
    content: { 
        code: 'ju0bm1', 
        codeSize: 6, 
        image: { 
            type: 'Buffer', 
            data: [Array] 
        } 
    }
}

Or with the module

Last updated

Was this helpful?