LPNPEO Shortener
ระบบย่อลิงก์ สำนักงานศึกษาธิการจังหวัดลำพูน
Authentication:
การใช้งาน API จำเป็นต้องมี API Key
การใช้งาน API จำเป็นต้องมี API Key
*บันทึกไว้ให้ดี ระบบจะไม่แสดงซ้ำ
GET Request (Simple)
เหมาะสำหรับการทดสอบผ่าน Browser
GET https://lpnpeo.org/s/api/shorten?key=API_KEY&url=LONG_URL&format=json
POST Request (Recommended)
รองรับทั้ง JSON Body และ Form Data
POST https://lpnpeo.org/s/api/shorten
Content-Type: application/json
{
"key": "YOUR_API_KEY",
"url": "https://example.com",
"format": "json"
}
Output Formats
format=json(Default): ได้รับ JSON Objectformat=text: ได้รับ URL ลิงก์ย่อที่เป็น Plain text (เหมาะกับ Script)