Get QR Art

Get Image

GET https://pub-api.mojo.vn/srv/publish/api/art_qr/getImage

Headers

Name
Type
Description

Content-Type*

application/json

Authorization*

Bearer apikey,

API_KEY

Request Body

Name
Type
Description

id*

String

QRArtID

{
    "success": true,
    "url": "imageURL"
}

curl --location 'https://pub-api.mojo.vn/srv/publish/api/art_qr/getImage' --header 'Authorization: Bearer apikey,API_KEY' --header 'Content-Type: application/json' --data '{ "id": "QRImageID" }'

Get ImageGenerate is pending or in queue

If the QR Art generate is pending or in queue, this API response data like this:

{
    "success": true
}

Last updated