> For the complete documentation index, see [llms.txt](https://api-sure.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-sure.gitbook.io/doc/master.md).

# SURE VMS - API Document

## วิธีการใช้งานเบื้องต้น

ยินดีต้อนรับทุกท่านเราจะอธิบายเบื้องต้นว่าการใช้งานเป็นอย่างไร: เมื่อท่านต้องการใช้งาน

```
https://host/api-name.php?key1=xxx
```

{% hint style="info" %}
&#x20;การใช้งานจะเป็นการเรียกไปยัง API Service และทำการส่ง ข้อมูลแบบ GET หรือ POST ขึ้นอยู่กับความต้องการของคำสั่งนั้น  ๆ.
{% endhint %}

Once you're strong enough, save the world:

```
// ตัวอย่างการใช้งาน
<form action="rhttps://host/api-name.php" method="GET"> First name:

        <input type="text" name="firstname"> <br> Last name:

        <input type="text" name="lastname"> 

        <input type="hidden" name="form_submitted" value="1" />

        <input type="submit" value="Submit">

```
