UUID / API Key Generator

สร้าง UUID และ API Key

🆔 UUID Generator (v4)

สูงสุด 50 UUID

🔑 API Key Generator

สร้าง API Key แบบสุ่ม (32 ตัวอักษร)

ตัวอย่างการใช้งาน:
// API Request Header
{
  "X-API-Key": "your-api-key-here"
}

วิธีใช้งาน:

UUID (Universally Unique Identifier)
  • ใช้สำหรับระบุข้อมูลแบบ unique
  • เหมาะสำหรับ Database Primary Key
  • รูปแบบ: 8-4-4-4-12 ตัวอักษร
  • Version 4 (สุ่ม)
API Key
  • ใช้สำหรับ authentication API
  • ควรเก็บไว้เป็นความลับ
  • ไม่ควร commit ลง Git
  • ใช้ใน Header หรือ Query Parameter