ME-QR / รหัส QR ของ API

รหัส QR ของ API

ต้องการสร้างคิวอาร์โค้ดจำนวนมากใช่ไหม? ผสานรวม API สร้างคิวอาร์โค้ดของเราเข้ากับธุรกิจของคุณและทำให้กระบวนการเป็นไปโดยอัตโนมัติ Me-QR API รองรับคิวอาร์โค้ดทุกประเภท

สร้าง QR Code แรกของคุณได้ใน 10 วินาที

สร้างคิวอาร์โค้ดแรกของคุณได้ในไม่กี่วินาทีด้วยการเรียกใช้ API เพียงครั้งเดียว

รหัส
curl -X POST https://me-qr.com/api/v2/qr/link/create \
  -H "Content-Type: application/json" \
  -H "X-AUTH-TOKEN: YOUR_API_TOKEN" \
  -d '{
    "qrFieldsData": {
      "link": "https://example.com"
    },
    "format": "png",
    "designType": "base"
  }'
import requests

url = "https://me-qr.com/api/v2/qr/link/create"
headers = {
    "Content-Type": "application/json",
    "X-AUTH-TOKEN": "YOUR_API_TOKEN"
}
payload = {
    "qrFieldsData": {
        "link": "https://example.com"
    },
    "format": "png",
    "designType": "base"
}

response = requests.post(url, json=payload, headers=headers)
print(response.json())
const response = await fetch(
  'https://me-qr.com/api/v2/qr/link/create',
  {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
      'X-AUTH-TOKEN': 'YOUR_API_TOKEN'
    },
    body: JSON.stringify({
      qrFieldsData: { link: 'https://example.com' },
      format: 'png',
      designType: 'base'
    })
  }
);

const data = await response.json();
console.log(data);

ดูตัวอย่างรหัส QR
QR code example generated via ME-QR API

การตรวจสอบสิทธิ์และคีย์ API

ใช้คีย์ API เพื่อยืนยันตัวตนในการร้องขอของคุณ

รับคีย์ API ของคุณ

ค้นหาได้ในแดชบอร์ดของคุณ:

แผงควบคุม การผสานรวม คีย์ API

ใช้ในคำขอของคุณ

เพิ่มคีย์ API ของคุณลงในส่วนหัวของคำขอ:

Authorization: Bearer YOUR_API_KEY

การใช้งาน ข้อจำกัด และการเข้าถึง

ทุกสิ่งที่คุณจำเป็นต้องรู้เกี่ยวกับการใช้งาน API ข้อจำกัด และการเข้าถึง

การกำหนดราคาตามการใช้งาน

รวมถึงคิวอาร์โค้ดสูงสุด 10,000 รหัสต่อเดือน

$0.005 / ขอ

รองรับคำขอได้สูงสุด 100,000 รายการ

$0.0025 / ขอ

100k+ requests

การเข้าถึง API

Free

ฟรี

คีย์ API 3 ชุด · ใช้งานได้ 3 วัน

Premium

พรีเมี่ยม

คีย์ API ไม่จำกัดจำนวน · ไม่มีวันหมดอายุ

ข้อจำกัดของ API: ประมาณ 1 คำขอ/วินาที · 50 คำขอ/นาที (เหมือนกันสำหรับทุกแพ็กเกจ)

โปรดติดต่อฝ่ายสนับสนุนเพื่อขอเปิดใช้งานการใช้งานเพิ่มเติม

พารามิเตอร์ของรหัส QR

กำหนดเนื้อหา ลักษณะ และผลลัพธ์ของรหัส QR ของคุณโดยใช้พารามิเตอร์ที่มีอยู่

พารามิเตอร์ พิมพ์ ค่าเริ่มต้น คำอธิบาย
tokenที่จำเป็น string โทเค็นการเข้าถึงฟังก์ชัน API
qrType integer 1 ประเภท QR: 1=ลิงก์, 4=PDF, 5=อีเมล, 7=วีการ์ด…
qrFieldsData object [] QR code content depending on the type (e.g. {"link": "https://…"})
title string "Qr Code" ชื่อรหัส QR ที่แสดงบนแดชบอร์ด
format string "png" รูปแบบไฟล์เอาต์พุต: png, svg, jpg, jpeg, json
designType string "base" ประเภทการออกแบบ QR: แบบพื้นฐานหรือแบบศิลปะ
qrFolderOptions object null Folder placement: {"folderName": "…", "subfolderName": "…"}
entryId integer null ใช้รหัส QR ที่มีอยู่เพื่ออัปเดตแทนการสร้างใหม่

พารามิเตอร์สีและรูปทรง

กำหนดเนื้อหา ลักษณะ และผลลัพธ์ของรหัส QR ของคุณโดยใช้พารามิเตอร์ที่มีอยู่

พารามิเตอร์ พิมพ์ ค่าเริ่มต้น คำอธิบาย
qrOptions
size integer 300 ขนาดของภาพ QR ที่ได้กลับมา (หน่วยเป็นพิกเซล)
errorCorrectionLevel string "Q" การแก้ไขข้อผิดพลาด: L, M, Q, H
pattern string "square" รูปแบบจุด: สี่เหลี่ยมจัตุรัส, จุด, กลมมน, คลาสสิก, สี่เหลี่ยมขนมเปียกปูน, ประกายระยิบระยับ…
patternColor string "#000000" สีของรหัสคะแนน QR
patternBackground string "#ffffff" สีพื้นหลังของรหัส QR
cornetsOuter string "square" รูปแบบมุมด้านนอก: สี่เหลี่ยมจัตุรัส, จุด, คลาสสิก, เฟือง, โค้งมนเป็นพิเศษ…
cornetsOuterColor string "#000000" สีของมุมด้านนอก
cornetsInterior string "square" รูปแบบมุมด้านใน: สี่เหลี่ยมจัตุรัส, จุด, คลาสสิก, สี่เหลี่ยมขนมเปียกปูน, ดาว…
cornetsInteriorColor string "#000000" สีของมุมด้านใน
logotype string null โลโก้กลาง: enum ที่กำหนดไว้ล่วงหน้า, URL หรือรูปภาพ base64
logotypeSize number 0.3 ค่าสัมประสิทธิ์ขนาดโลโก้ 0–1 (ค่าสูงสุดที่แนะนำคือ 0.5)
logotypeMargin number 0 ระยะขอบโลโก้ในหน่วยพิกเซล
logotypeHideBackground boolean true ซ่อนจุดที่โลโก้บังไว้
gradientPattern object null การไล่ระดับสีสำหรับจุด: {ประเภท, การหมุน, สี[]}
gradientCornetsOuter object null การไล่ระดับสีสำหรับมุมด้านนอก
gradientCornetsInterior object null การไล่ระดับสีสำหรับมุมด้านใน
gradientBackground object null การไล่ระดับสีสำหรับพื้นหลัง
qrFrame
name string "noFrame" ดีไซน์กรอบ (มีให้เลือกมากกว่า 200 แบบ หรือไม่ใส่กรอบก็ได้)
color string "#000000" สีของกรอบ
backgroundColor string "#ffffff" สีพื้นหลังของกรอบ
text string "" ข้อความกำกับกรอบ (ไม่เกิน 20 ตัวอักษร)
textSize integer null ขนาดตัวอักษรในหน่วยพิกเซล (1–50)
textColor string "#9C3AAF" สีข้อความในกรอบ
textFont string "Roboto" แบบอักษร: Arial, Roboto, Georgia, Verdana…

ตัวอย่างคำขอและผลลัพธ์

สำรวจตัวอย่างคำขอ API และรหัส QR ที่สร้างขึ้น

รหัส QR พื้นฐาน

URL ที่ร้องขอ
https://me-qr.com/api/v2/qr/link/create

วิธีการร้องขอ
POST

รหัส
curl -X POST https://me-qr.com/api/v2/qr/link/create \
  -H "Content-Type: application/json" \
  -H "X-AUTH-TOKEN: YOUR_API_TOKEN" \
  -d '{
    "qrFieldsData": {
      "link": "https://example.com"
    },
    "format": "png"
  }'

ดูตัวอย่างรหัส QR
Basic QR code generated via ME-QR API

รหัส QR หลากสี

URL ที่ร้องขอ
https://me-qr.com/api/v2/qr/link/create

วิธีการร้องขอ
POST

รหัส
curl -X POST https://me-qr.com/api/v2/qr/link/create \
  -H "Content-Type: application/json" \
  -H "X-AUTH-TOKEN: YOUR_API_TOKEN" \
  -d '{
    "qrFieldsData": {
      "link": "https://example.com"
    },
    "format": "png",
    "qrOptions": {
      "patternColor": "#FFFFFF",
      "patternBackground": "#173782",
      "cornetsOuterColor": "#0281fb",
      "cornetsInteriorColor": "#0281fb"
    }
  }'

ดูตัวอย่างรหัส QR
Colored QR code generated via ME-QR API

รหัส QR พร้อมกรอบ

URL ที่ร้องขอ
https://me-qr.com/api/v2/qr/link/create

วิธีการร้องขอ
POST

รหัส
curl -X POST https://me-qr.com/api/v2/qr/link/create \
  -H "Content-Type: application/json" \
  -H "X-AUTH-TOKEN: YOUR_API_TOKEN" \
  -d '{
    "qrFieldsData": {
      "link": "https://example.com"
    },
    "format": "png",
    "qrOptions": {
      "logotype": "youTubeLogotype",
      "logotypeSize": 0.3,
      "logotypeMargin": 5,
      "logotypeHideBackground": true
    },
    "qrFrame": {
      "name": "frame1",
      "color": "ff0000",
      "backgroundColor": "#ffffff",
      "text": "Scan me!",
      "textColor": "#FFFFFF"
    }
  }'

ดูตัวอย่างรหัส QR
QR code with frame generated via ME-QR API

API QR Code: API สร้าง QR Code สำหรับวัตถุประสงค์ต่างๆ

API QR Code เป็นเครื่องมือทรงพลังที่ออกแบบมาสำหรับการสร้าง QR Code จำนวนมากและการผสานรวมเข้ากับกระบวนการทางธุรกิจได้อย่างราบรื่น ช่วยให้เกิดระบบอัตโนมัติผ่านเทคโนโลยี QR API นี้มีบทบาทสำคัญในการปรับปรุงการดำเนินงาน เพิ่มประสิทธิภาพ และมอบโซลูชันที่แข็งแกร่งสำหรับธุรกิจที่ต้องการรวม QR Code เข้ากับขั้นตอนการทำงานของตน

ตัวอย่างที่โดดเด่นของการทำงานของ API นั้นแสดงให้เห็นผ่านทางเอนด์พอยต์ /api/qr/create/ ซึ่งช่วยให้คุณสามารถสร้างรหัส QR ได้โดยใช้โปรแกรม:

Post /api/qr/create/ สร้างคิวอาร์โค้ดตามประเภท

ช่วยให้คุณสร้างคิวอาร์โค้ดโดยใช้รูปแบบต่างๆ ที่มีให้เลือกบน me-qr แต่ละคำขอจะสร้างคิวอาร์โค้ดใหม่

พารามิเตอร์

ไม่มีพารามิเตอร์

เนื้อหาคำขอ
application/json
{
  "token": "string",
  "qrType": 1,
  "qrFieldsData": {
    "link": "https://example.com"
  },
  "entryId": null,
  "title": "Qr Code",
  "format": "png",
  "designType": "base",
  "qrFolderOptions": {
    "folderName": null,
    "subfolderName": null
  },
  "qrOptions": {
    "size": 300,
    "errorCorrectionLevel": "Q",
    "pattern": "square",
    "patternColor": "#000000",
    "patternBackground": "#ffffff",
    "cornetsOuter": "square",
    "cornetsOuterColor": "#000000",
    "cornetsInterior": "square",
    "cornetsInteriorColor": "#000000",
    "logotype": null,
    "logotypeSize": 0.3,
    "logotypeMargin": 0,
    "logotypeHideBackground": true,
    "gradientPattern": null,
    "gradientCornetsOuter": null,
    "gradientCornetsInterior": null,
    "gradientBackground": null
  },
  "qrFrame": {
    "name": "noFrame",
    "color": "#000000",
    "backgroundColor": "#ffffff",
    "text": "",
    "textSize": null,
    "textColor": "#9C3AAF",
    "textFont": "Roboto"
  }
}
การตอบสนอง
รหัส คำอธิบาย ลิงก์
default ไม่มีลิงก์

API สร้าง QR Code ควบคุมได้เต็มรูปแบบ

API ของ Me-QR Generator ช่วยให้คุณควบคุมการสร้าง QR Code ได้อย่างครอบคลุม พร้อมฟีเจอร์มากมายที่จะช่วยให้คุณปรับแต่ง QR Code ให้ตรงกับความต้องการเฉพาะของคุณ:

ประเทศ API

เรียกดูรายการประเทศที่รองรับสำหรับ API สร้างคิวอาร์โค้ดแบบกำหนดเอง

Get /api/v2/countries/ รายชื่อประเทศ

เรียกดูรายชื่อประเทศที่มีให้เลือก

พารามิเตอร์
ชื่อ คำอธิบาย
country
string
(query)

ค้นหาตามชื่อประเทศ

การตอบสนอง
รหัส คำอธิบาย ลิงก์
200

การตอบสนองที่ประสบความสำเร็จ

application/json
[
  {
    "id": 0,
    "name": "string"
  }
]
ไม่มีลิงก์

เอนด์พอยต์นี้ช่วยให้คุณดึงรายการประเทศที่มีอยู่ได้ ทำให้สามารถปรับใช้และปรับแต่งตามความต้องการทางภูมิศาสตร์ได้

เมือง API

ดูรายชื่อเมืองที่รองรับเพื่อปรับแต่งรายละเอียดรหัส QR ให้เหมาะสมยิ่งขึ้น

Get /api/v2/cities/ รายชื่อเมือง

เรียกดูรายชื่อเมืองที่มีให้เลือก

พารามิเตอร์
ชื่อ คำอธิบาย
country
string
(query)

ค้นหาตามชื่อประเทศ

การตอบสนอง
รหัส คำอธิบาย ลิงก์
200

การตอบสนองที่ประสบความสำเร็จ

application/json
[
  {
    "id": 0,
    "name": "string"
  }
]
ไม่มีลิงก์

คุณสามารถใช้ฟีเจอร์นี้เพื่อเลือกเมืองที่ต้องการ ซึ่งจะช่วยเพิ่มความเกี่ยวข้องของรหัส QR สำหรับแคมเปญหรือการเผยแพร่ข้อมูลเฉพาะพื้นที่ได้

เขตเวลาของ API

ตรวจสอบรายชื่อเขตเวลาที่รองรับเพื่อนำข้อมูลที่มีความสำคัญต่อเวลาไปใส่ในรหัส QR

Get /api/v2/timezones/ รายชื่อเขตเวลา

เรียกดูรายการเขตเวลาที่มีให้เลือก

พารามิเตอร์
ชื่อ คำอธิบาย
timezone
string
(query)

ค้นหาตามชื่อเขตเวลา

การตอบสนอง
รหัส คำอธิบาย ลิงก์
200

การตอบสนองที่ประสบความสำเร็จ

application/json
[
  {
    "id": 0,
    "name": "string"
  }
]
ไม่มีลิงก์

ฟังก์ชันนี้ช่วยให้คุณสามารถเชื่อมโยงเนื้อหาของคิวอาร์โค้ดกับข้อมูลที่กำหนดตามเวลา เพื่อให้มั่นใจได้ว่าข้อมูลมีความเกี่ยวข้องและทันเวลา

ภาษา API

ดูรายการภาษาที่รองรับสำหรับการปรับแต่งข้อความและเนื้อหาของ QR Code ได้ที่นี่

Get /api/v2/languages/ รายชื่อภาษา

เรียกดูรายการภาษาที่มีให้เลือก

พารามิเตอร์
ชื่อ คำอธิบาย
language
string
(query)

ค้นหาตามชื่อภาษา

การตอบสนอง
รหัส คำอธิบาย ลิงก์
200

การตอบสนองที่ประสบความสำเร็จ

application/json
[
  {
    "id": 0,
    "name": "string"
  }
]
ไม่มีลิงก์

คุณสามารถใช้คุณสมบัตินี้เพื่อรองรับความต้องการด้านภาษาที่หลากหลาย ทำให้รหัส QR เข้าถึงได้ง่ายและใช้งานง่ายยิ่งขึ้นในบริบทหลายภาษา

ความยืดหยุ่นที่ได้รับจากคุณสมบัติเหล่านี้ช่วยให้คุณสามารถสร้าง API รหัส QR แบบไดนามิกที่ปรับแต่งให้เหมาะกับภูมิภาค เมือง เขตเวลา และภาษาต่างๆ ได้อย่างเฉพาะเจาะจง ซึ่งจะช่วยเพิ่มประสิทธิภาพของกลยุทธ์การสื่อสารและการโต้ตอบด้วยรหัส QR ของคุณ

ประเภท API สำหรับสร้าง QR Code

API สร้างคิวอาร์โค้ดของเรามีประเภทการสร้างคิวอาร์โค้ดที่หลากหลาย เพื่อตอบสนองความต้องการและฟังก์ชันการใช้งานที่แตกต่างกัน เรามาสำรวจประเภทเหล่านี้โดยละเอียดกัน

API การชำระเงินด้วยรหัส QR

API โค้ด QR ฟรีพิสูจน์แล้วว่ามีคุณค่าในด้านการชำระเงินเนื่องจากมีความราบรื่นและมีประสิทธิภาพ ช่วยลดความซับซ้อนของธุรกรรม เพิ่มความปลอดภัย และเร่งการชำระเงินรายเดือนด้วยโค้ด QR ต่อไปนี้เป็นตัวอย่างโค้ดง่ายๆ ที่แสดงวิธีการใช้งาน:

Post /api/v2/qr/payment/create API การชำระเงินด้วยรหัส QR
API การชำระเงินด้วยรหัส QR

API โค้ด QR ฟรีพิสูจน์แล้วว่ามีคุณค่าอย่างยิ่งในด้านการชำระเงิน โดยช่วยให้ธุรกิจและบุคคลทั่วไปสามารถทำธุรกรรมได้อย่างคล่องตัวยิ่งขึ้น ด้วยการฝัง URL การชำระเงินลงในโค้ด QR ลูกค้าสามารถสแกนโค้ดด้วยสมาร์ทโฟนและทำธุรกรรมได้อย่างราบรื่น

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link"*: "https://example.com/pay"
  }
}
สนาม พิมพ์ ที่จำเป็น คำอธิบาย
link string($hostname) required URL หน้าชำระเงิน

สร้าง API สำหรับสร้าง QR Code และปฏิวัติกระบวนการชำระเงินของคุณไปกับเรา เปลี่ยนธุรกรรมให้ราบรื่นและมีประสิทธิภาพยิ่งขึ้น

สร้าง API สำหรับสร้าง QR Code และปฏิวัติกระบวนการชำระเงินของคุณไปกับเรา ผสานรวมธุรกรรมที่ปลอดภัยและมีประสิทธิภาพเข้ากับแอปพลิเคชันของคุณได้อย่างราบรื่น

API รหัส QR ของ PayPal

ตัวอย่างที่โดดเด่นของการใช้งาน API การชำระเงินด้วย QR Code คือ QR Code ของ PayPal ซึ่งเป็นที่รู้จักในฐานะผู้นำด้านการชำระเงินออนไลน์ การผสานรวม API ของ PayPal ช่วยให้การทำธุรกรรมมีความปลอดภัยยิ่งขึ้น นี่คือภาพประกอบพื้นฐานของการใช้งาน:

Post /api/v2/qr/paypal/create รหัส QR API ของ PayPal
รหัส QR API ของ PayPal

API ของ PayPal สำหรับรหัส QR ช่วยให้สามารถผสานรวมลิงก์การชำระเงินของ PayPal เข้ากับรหัส QR ได้อย่างราบรื่น ผู้ใช้สามารถสแกนรหัส QR เพื่อไปยังหน้าชำระเงินของ PayPal ได้ทันที ทำให้การทำธุรกรรมรวดเร็วและสะดวกสบายสำหรับทั้งธุรกิจและลูกค้า

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link"*: "https://paypal.me/username"
  }
}
สนาม พิมพ์ ที่จำเป็น คำอธิบาย
link string($hostname) required PayPal.me หรือ URL สำหรับการชำระเงิน

ใช้ประโยชน์จาก API ของ PayPal QR Code เพื่อลดความซับซ้อนและเร่งกระบวนการชำระเงินของคุณ พร้อมมอบประสบการณ์การชำระเงินที่ทันสมัยแก่ผู้ใช้ของคุณ

ยกระดับประสบการณ์การชำระเงินออนไลน์ของคุณด้วย API รหัส QR ของ PayPal จาก Me-QR ผสานรวมธุรกรรม PayPal ที่ปลอดภัยและมีประสิทธิภาพเข้ากับแอปพลิเคชันของคุณได้อย่างง่ายดาย

วิธีสร้างรหัส QR ของ WhatsApp ผ่าน API

รหัส QR ของ WhatsApp API มีสถานะที่โดดเด่นในบรรดา API รหัส QR ของแอปพลิเคชันส่งข้อความ การใช้ API นี้ช่วยให้การโต้ตอบราบรื่นโดยการเข้าถึง WhatsApp ได้อย่างรวดเร็ว ทำให้เป็นผู้นำในด้านฟังก์ชัน QR บนแอปพลิเคชันส่งข้อความ นี่คือตัวอย่าง:

Post /api/v2/qr/whatsapp/create รหัส QR API ของ WhatsApp
รหัส QR API ของ WhatsApp

API สร้าง QR Code ของ WhatsApp ช่วยให้คุณสร้าง QR Code ที่เปิดการสนทนาใน WhatsApp พร้อมข้อความที่กรอกไว้ล่วงหน้าได้ เพียงแค่ระบุหมายเลขโทรศัพท์และข้อความเพิ่มเติม (ถ้าต้องการ) — เหมาะอย่างยิ่งสำหรับการสนับสนุนลูกค้า แคมเปญการตลาด และการมีปฏิสัมพันธ์แบบทันที

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "phone"*: "+1234567890",
    "message"*: "Hello!"
  }
}
สนาม พิมพ์ ที่จำเป็น คำอธิบาย
phone string required หมายเลขโทรศัพท์ผู้รับในรูปแบบสากล
message string required ข้อความที่กรอกไว้ล่วงหน้า

ผสานรวม API ของ WhatsApp QR Code เพื่อกระตุ้นการสนทนาโดยตรงและเพิ่มการมีส่วนร่วมด้วยการสแกนเพียงครั้งเดียว

เชื่อมต่อกับกลุ่มเป้าหมายของคุณได้อย่างราบรื่นผ่าน รหัส QR ของ WhatsApp เข้าถึงบทสนทนาได้อย่างรวดเร็วเพียงแค่สแกน ช่วยยกระดับประสบการณ์การส่งข้อความของคุณ

ค้นพบประเภท API QR เพิ่มเติมได้ที่ Me-QR

QR Code API เวอร์ชันฟรี มีชุดเครื่องมือสร้าง QR Code API ที่ครอบคลุม เพื่อตอบสนองความต้องการที่หลากหลาย สำรวจประเภท QR API ที่รองรับเพิ่มเติม และตัวอย่างโค้ดสำหรับแต่ละประเภทได้ที่นี่:

Instagram

เชื่อมต่อกับโปรไฟล์ Instagram โดยใช้รหัส QR

Post /api/v2/qr/instagram/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงโดยตรงไปยังโปรไฟล์หรือโพสต์บน Instagram

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.instagram.com/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/instagram/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.instagram.com/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/instagram/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://www.instagram.com/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Facebook

เชื่อมโยงไปยังโปรไฟล์หรือเพจ Facebook ผ่าน REST API ของโปรแกรมสร้าง QR Code

Post /api/v2/qr/facebook/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังเพจ กลุ่ม หรือโปรไฟล์บน Facebook

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.facebook.com/pagename"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/facebook/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.facebook.com/pagename"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/facebook/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://www.facebook.com/pagename"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Twitter

เข้าถึงโปรไฟล์หรือทวีตบนทวิตเตอร์ด้วยรหัส QR

Post /api/v2/qr/twitter/create

สร้างคิวอาร์โค้ดที่นำผู้ใช้ไปยังโปรไฟล์หรือทวีตบน Twitter/X

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://twitter.com/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/twitter/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://twitter.com/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/twitter/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://twitter.com/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

TikTok

ค้นหาโปรไฟล์ TikTok โดยใช้รหัส QR

Post /api/v2/qr/tiktok/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังโปรไฟล์หรือวิดีโอ TikTok

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.tiktok.com/@username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/tiktok/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.tiktok.com/@username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/tiktok/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://www.tiktok.com/@username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Snapchat

เชื่อมต่อกับโปรไฟล์ต่างๆ ผ่าน Snapchat QR

Post /api/v2/qr/snapchat/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังโปรไฟล์ Snapchat โดยตรง

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.snapchat.com/add/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/snapchat/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.snapchat.com/add/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/snapchat/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://www.snapchat.com/add/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Telegram

เชื่อมต่อกับช่องหรือกลุ่ม Telegram โดยใช้รหัส QR

Post /api/v2/qr/telegram/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังช่อง Telegram บอท หรือรายชื่อติดต่อ

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://t.me/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/telegram/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://t.me/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/telegram/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://t.me/username"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Spotify

เข้าถึงเพลง อัลบั้ม หรือศิลปินที่ต้องการบน Spotify โดยใช้รหัส QR

Post /api/v2/qr/spotify/create

สร้างคิวอาร์โค้ดที่เปิดไปยังหน้าเพลง อัลบั้ม หรือศิลปินบน Spotify

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://open.spotify.com/track/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/spotify/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://open.spotify.com/track/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/spotify/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://open.spotify.com/track/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Youtube

รับชมช่อง YouTube หรือวิดีโอโดยใช้รหัส QR

Post /api/v2/qr/youtube/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังช่อง YouTube หรือวิดีโอ

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/youtube/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/youtube/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

วีดีโอ

เพลิดเพลินกับการเล่นวิดีโอบนอุปกรณ์มือถือโดยใช้รหัส QR ที่ฝังอยู่ในวิดีโอ

Post /api/v2/qr/video/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังแหล่งวิดีโอออนไลน์ใดก็ได้

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://example.com/video.mp4"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/video/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://example.com/video.mp4"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/video/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://example.com/video.mp4"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Etsy

เรียกดูสินค้า Etsy ที่ต้องการโดยใช้รหัส QR

Post /api/v2/qr/etsy/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังร้านค้าหรือรายการสินค้าบน Etsy

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.etsy.com/shop/storename"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/etsy/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://www.etsy.com/shop/storename"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/etsy/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://www.etsy.com/shop/storename"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Shaped

สร้างคิวอาร์โค้ดที่มีรูปทรงและดีไซน์เฉพาะตัวเพื่อเสริมสร้างแบรนด์ให้ดียิ่งขึ้น

Post /api/v2/qr/shaped/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังเว็บไซต์ใดก็ได้ด้วยดีไซน์รูปทรงที่กำหนดเอง

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://example.com"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/shaped/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://example.com"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/shaped/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://example.com"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Google Sheets

เปิดสเปรดชีต Google Sheets ที่ต้องการโดยตรงโดยใช้รหัส QR

Post /api/v2/qr/google-sheets/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังเอกสาร Google Sheets ที่แชร์ไว้

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://docs.google.com/spreadsheets/d/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/google-sheets/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://docs.google.com/spreadsheets/d/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/google-sheets/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://docs.google.com/spreadsheets/d/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

GoogleDoc

เข้าถึงเอกสาร Google Docs ที่ต้องการโดยใช้รหัส QR

Post /api/v2/qr/google-doc/create

สร้างคิวอาร์โค้ดที่ใช้เปิดเอกสาร Google Docs ที่แชร์ร่วมกัน

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://docs.google.com/document/d/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/google-doc/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://docs.google.com/document/d/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/google-doc/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://docs.google.com/document/d/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

GoogleForms

ทำแบบสำรวจหรือแบบทดสอบโดยใช้รหัส QR ที่เชื่อมโยงไปยัง GoogleForms เฉพาะ

Post /api/v2/qr/google-forms/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังแบบสำรวจหรือแบบทดสอบใน Google Forms

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://forms.google.com/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/google-forms/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://forms.google.com/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/google-forms/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://forms.google.com/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

รีวิวจาก Google

แชร์รีวิว Google My Business โดยใช้รหัส QR

Post /api/v2/qr/google-review/create

สร้างคิวอาร์โค้ดที่จะนำลูกค้าไปเขียนรีวิวธุรกิจของคุณบน Google

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://g.page/your-business/review"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/google-review/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://g.page/your-business/review"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/google-review/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://g.page/your-business/review"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

ออฟฟิศ365

เชื่อมโยงไปยังเอกสาร Microsoft Office 365 โดยใช้รหัส QR

Post /api/v2/qr/office365/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังเอกสาร Microsoft Office 365 หรือแหล่งข้อมูล SharePoint

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://office365.com/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/office365/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "link": "https://office365.com/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/office365/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "link": "https://office365.com/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Email

ส่งอีเมลเมื่อมีการสแกนคิวอาร์โค้ด ช่วยให้ผู้ใช้สามารถเขียนข้อความได้โดยไม่ต้องพิมพ์ที่อยู่อีเมล

Post /api/v2/qr/email/create

สร้างคิวอาร์โค้ดที่เปิดโปรแกรมอีเมลพร้อมกรอกข้อมูลผู้รับ หัวเรื่อง และเนื้อหาข้อความไว้ล่วงหน้า

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "emailTo": "user@example.com",
    "subject": "Hello",
    "body": "Your message here"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/email/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "emailTo": "user@example.com",
    "subject": "Hello",
    "body": "Your message here"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/email/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "emailTo": "user@example.com",
    "subject": "Hello",
    "body": "Your message here"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

โทรศัพท์

โทรออกโดยตรงผ่านรหัส QR ที่เชื่อมโยงไปยังหมายเลขโทรศัพท์

Post /api/v2/qr/phone/create

สร้างคิวอาร์โค้ดที่โทรออกไปยังหมายเลขโทรศัพท์โดยอัตโนมัติเมื่อสแกน

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "phoneTo": "+1234567890"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/phone/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "phoneTo": "+1234567890"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/phone/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "phoneTo": "+1234567890"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

WiFi

สร้างคิวอาร์โค้ดสำหรับเครือข่าย Wi-Fi รวมถึง SSID รหัสผ่าน และประเภทการรักษาความปลอดภัย

Post /api/v2/qr/wifi/create

สร้างคิวอาร์โค้ดที่เชื่อมต่อผู้ใช้กับเครือข่าย WiFi โดยอัตโนมัติ

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "ssid": "NetworkName",
    "encryption": "wpa/wpa2",
    "password": "secret123"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/wifi/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "ssid": "NetworkName",
    "encryption": "wpa/wpa2",
    "password": "secret123"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/wifi/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "ssid": "NetworkName",
    "encryption": "wpa/wpa2",
    "password": "secret123"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Text

แบ่งปันข้อความหรือข้อมูลโดยใช้คิวอาร์โค้ดที่มีข้อความธรรมดาอยู่ภายใน

Post /api/v2/qr/text/create

สร้างคิวอาร์โค้ดที่แสดงข้อความธรรมดาหรือเนื้อหา HTML เมื่อสแกน

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "text": "Your custom text here"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/text/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "text": "Your custom text here"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/text/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "text": "Your custom text here"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Map

เข้าถึงสถานที่เฉพาะเจาะจง เช่น ที่อยู่ สถานที่สำคัญ หรือจุดที่น่าสนใจ ผ่าน API สำหรับรหัส QR

Post /api/v2/qr/map/create

สร้างคิวอาร์โค้ดที่เปิดไปยังตำแหน่งที่ตั้งเฉพาะใน Google Maps

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "latitude": "48.8566",
    "longitude": "2.3522"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/map/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "latitude": "48.8566",
    "longitude": "2.3522"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/map/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "latitude": "48.8566",
    "longitude": "2.3522"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

แอปสโตร์

ติดตั้งแอปจาก App Store ได้โดยตรงด้วยการสแกนคิวอาร์โค้ดของแอปนั้นๆ

Post /api/v2/qr/store/create

สร้างคิวอาร์โค้ดอัจฉริยะที่จะนำคุณไปยัง App Store หรือ Google Play โดยขึ้นอยู่กับอุปกรณ์ของผู้ใช้

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "iosLink": "https://apps.apple.com/app/...",
    "androidLink": "https://play.google.com/store/apps/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/store/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "iosLink": "https://apps.apple.com/app/...",
    "androidLink": "https://play.google.com/store/apps/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/store/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "iosLink": "https://apps.apple.com/app/...",
    "androidLink": "https://play.google.com/store/apps/..."
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

VCard

แชร์ข้อมูลติดต่อได้อย่างราบรื่นโดยใช้รหัส QR ในรูปแบบ VCard

Post /api/v2/qr/vcard/create

สร้างนามบัตรดิจิทัลด้วยรหัส QR ผู้ใช้สามารถบันทึกข้อมูลติดต่อของคุณลงในโทรศัพท์ได้โดยตรง

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "name": "John",
    "lastName": "Doe",
    "organization": "Acme Corp",
    "position": "CEO",
    "phones": [{ "phone": "+1234567890", "type": "mobile" }],
    "emails": [{ "email": "john@example.com" }],
    "websites": [{ "url": "https://example.com" }]
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/vcard/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "name": "John",
    "lastName": "Doe",
    "organization": "Acme Corp",
    "position": "CEO",
    "phones": [{ "phone": "+1234567890", "type": "mobile" }],
    "emails": [{ "email": "john@example.com" }],
    "websites": [{ "url": "https://example.com" }]
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/vcard/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "name": "John",
    "lastName": "Doe",
    "organization": "Acme Corp",
    "position": "CEO",
    "phones": [{ "phone": "+1234567890", "type": "mobile" }],
    "emails": [{ "email": "john@example.com" }],
    "websites": [{ "url": "https://example.com" }]
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Image

ดูภาพโดยตรงบนอุปกรณ์มือถือโดยใช้รหัส QR ที่ฝังภาพไว้

Post /api/v2/qr/gallery/create

สร้างคิวอาร์โค้ดที่เปิดแกลเลอรีรูปภาพ อัปโหลดรูปภาพ 1-20 ภาพในรูปแบบ base64 หรือระบุ URL ก็ได้

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "images": [
      {
        "file": "https://example.com/photo.jpg",
        "fileName": "photo.jpg"
      }
    ]
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/gallery/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "images": [
      {
        "file": "https://example.com/photo.jpg",
        "fileName": "photo.jpg"
      }
    ]
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/gallery/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "images": [
      {
        "file": "https://example.com/photo.jpg",
        "fileName": "photo.jpg"
      }
    ]
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

File

แชร์ไฟล์ทุกรูปแบบโดยการฝังลิงก์ดาวน์โหลดลงในรหัส QR เพื่อให้เข้าถึงได้ทันทีบนมือถือ

Post /api/v2/qr/file/create

สร้างคิวอาร์โค้ดที่เชื่อมโยงไปยังไฟล์ที่สามารถดาวน์โหลดได้ ระบุเป็น base64 หรือ URL โดยตรงก็ได้

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "file": "https://example.com/document.pdf",
    "fileName": "document.pdf"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/file/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "file": "https://example.com/document.pdf",
    "fileName": "document.pdf"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/file/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "file": "https://example.com/document.pdf",
    "fileName": "document.pdf"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

PDF

ฝังเอกสาร PDF ลงในรหัส QR เพื่อให้เข้าถึงได้ง่ายบนอุปกรณ์เคลื่อนที่

Post /api/v2/qr/pdf/create

สร้างคิวอาร์โค้ดที่จะเปิดเอกสาร PDF ในเบราว์เซอร์เมื่อสแกน

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "file": "https://example.com/document.pdf",
    "fileName": "document.pdf"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/pdf/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "file": "https://example.com/document.pdf",
    "fileName": "document.pdf"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/pdf/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "file": "https://example.com/document.pdf",
    "fileName": "document.pdf"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

Audio

เพลิดเพลินกับการเล่นไฟล์เสียงบนอุปกรณ์พกพาโดยใช้รหัส QR ที่ฝังไฟล์เสียงไว้

Post /api/v2/qr/audio/create

สร้างคิวอาร์โค้ดที่สามารถเล่นไฟล์เสียงได้ — เหมาะสำหรับเพลง พอดแคสต์ หรือข้อความเสียง

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "file": "https://example.com/audio.mp3",
    "fileName": "audio.mp3"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/audio/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "file": "https://example.com/audio.mp3",
    "fileName": "audio.mp3"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/audio/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "file": "https://example.com/audio.mp3",
    "fileName": "audio.mp3"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

PPTX

นำเสนอ PowerPoint ได้อย่างง่ายดายด้วยการฝัง QR Code ในงานนำเสนอ

Post /api/v2/qr/pptx/create

สร้างคิวอาร์โค้ดที่เมื่อสแกนแล้วจะเปิดหรือดาวน์โหลดงานนำเสนอ PowerPoint

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "file": "https://example.com/presentation.pptx",
    "fileName": "presentation.pptx"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/pptx/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "file": "https://example.com/presentation.pptx",
    "fileName": "presentation.pptx"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/pptx/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "file": "https://example.com/presentation.pptx",
    "fileName": "presentation.pptx"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

PCR

แบ่งปันและตรวจสอบผลการตรวจ PCR ได้อย่างสะดวกสบายโดยใช้ รหัส QR สำหรับการตรวจหาเชื้อโควิด

Post /api/v2/qr/pcr/create

สร้างคิวอาร์โค้ดสำหรับใบรับรองด้านสุขภาพหรือการปฏิบัติตามกฎระเบียบ พร้อมการป้องกันด้วยรหัสผ่านและวันหมดอายุ

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "file": "https://example.com/certificate.pdf",
    "fileName": "certificate.pdf",
    "expireDate": "2025-12-31",
    "password": "secret"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Put /api/v2/qr/pcr/update/{entryUID}

การเปลี่ยนแปลงข้อมูลและพารามิเตอร์รูปแบบของคิวอาร์โค้ด

พารามิเตอร์

entryUIDpath  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

เนื้อหาคำขอ application/json
{
  "qrFieldsData": {
    "file": "https://example.com/certificate.pdf",
    "fileName": "certificate.pdf",
    "expireDate": "2025-12-31",
    "password": "secret"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }
Get /api/v2/qr/pcr/{entryUID}

ดูข้อมูลและการตั้งค่าการปรับแต่ง หรือดูภาพของรหัส QR ที่สร้างขึ้นได้โดยตรง

พารามิเตอร์

entryUID path  รหัสประจำตัวหรือรหัสเข้าใช้งานเฉพาะ (รหัส QR)

format query  รูปแบบไฟล์ภาพ ค่าที่ใช้ได้: png, svg, jpg, jpeg, json ค่าเริ่มต้น: null

การตอบสนอง 200 application/json
{
  "qrFieldsData": {
    "file": "https://example.com/certificate.pdf",
    "fileName": "certificate.pdf",
    "expireDate": "2025-12-31",
    "password": "secret"
  },
  "title": "Qr Code",
                        "format": "png",
                        "designType": "base",
                        "qrFolderOptions": {
                        "folderName": null,
                        "subfolderName": null
                        },
                        "qrOptions": {
                        "size": 300,
                        "errorCorrectionLevel": "Q",
                        "pattern": "square",
                        "patternColor": "#000000",
                        "patternBackground": "#ffffff",
                        "cornetsOuter": "square",
                        "cornetsOuterColor": "#000000",
                        "cornetsInterior": "square",
                        "cornetsInteriorColor": "#000000",
                        "logotype": null,
                        "logotypeSize": 0.3,
                        "logotypeMargin": 0,
                        "logotypeHideBackground": true,
                        "gradientPattern": null,
                        "gradientCornetsOuter": null,
                        "gradientCornetsInterior": null,
                        "gradientBackground": null
                        },
                        "qrFrame": {
                        "name": "noFrame",
                        "color": "#000000",
                        "backgroundColor": "#ffffff",
                        "text": "",
                        "textSize": null,
                        "textColor": "#9C3AAF",
                        "textFont": "Roboto"
                        }
                        }

API สร้างคิวอาร์โค้ดออนไลน์มีคิวอาร์โค้ดหลากหลายประเภทเพื่อตอบสนองความต้องการที่แตกต่างกัน ตั้งแต่การนำผู้ใช้ไปยังเว็บไซต์ การแบ่งปันข้อมูลติดต่อ การเข้าถึงสถานที่เฉพาะ การเชื่อมต่อกับโปรไฟล์โซเชียลมีเดีย และอื่นๆ อีกมากมาย

ยกระดับกิจวัตรประจำวันของคุณด้วย Me-QR API

ยกระดับการสร้างคิวอาร์โค้ดของคุณไปอีกขั้นด้วยเครื่องมือสร้างคิวอาร์โค้ด API ของเรา เครื่องมือล้ำสมัยที่ช่วยลดความซับซ้อนและทำให้กระบวนการสร้างคิวอาร์โค้ดคล่องตัวยิ่งขึ้น คุณสมบัติพิเศษนี้มีเฉพาะในแพ็กเกจ Premium เท่านั้น ช่วยให้นักพัฒนาและธุรกิจต่างๆ สามารถผสานการสร้างคิวอาร์โค้ดเข้ากับแอปพลิเคชันและเวิร์กโฟลว์ได้อย่างราบรื่น เพิ่มประสิทธิภาพและประสิทธิผล

ME-QR API ผสานรวมเข้ากับระบบที่มีอยู่ของคุณได้อย่างราบรื่น ช่วยให้คุณสร้างรหัส QR โดยอัตโนมัติและฝังรหัส QR ลงในแอปพลิเคชัน เว็บไซต์ และเวิร์กโฟลว์ของคุณได้อย่างง่ายดาย ซึ่งช่วยลดความจำเป็นในการสร้างรหัส QR ด้วยตนเอง ประหยัดเวลาและแรงงานอันมีค่าของคุณ พร้อมทั้งรับประกันความสม่ำเสมอของแบรนด์และฟังก์ชันการทำงานในทุกแพลตฟอร์ม

ด้วยความสามารถในการใช้งานข้ามแพลตฟอร์มของ ME-QR API ซึ่งครอบคลุมทั้ง Android, iOS และ Windows คุณจึงสามารถสร้างคิวอาร์โค้ดได้จากทุกที่และผสานรวมเข้ากับสินทรัพย์ดิจิทัลของคุณได้อย่างราบรื่น

สัมผัสพลังของ QR Code Web API และยกระดับความสามารถในการสร้าง QR Code ของคุณ พบกับประสิทธิภาพและประสิทธิผลที่เหนือกว่าที่แพ็กเกจ Premium ของเรามอบให้ สมัครสมาชิกวันนี้และเริ่มสร้างระบบอัตโนมัติสำหรับงานสร้าง QR Code ของคุณได้เลย!

คำถามที่พบบ่อย