> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/home/quantumbyte-v2.0/6.api-management/4.penggunaan/1.create.md).

# Membuat

1. Pergi ke [halaman API](https://ina-digital.govtechindonesia.id/dev/api/search){:target="\_blank"}

   <figure><img src="https://i.ibb.co/RTCscRk/Screenshot-2024-03-18-at-01-53-12.png" alt=""><figcaption></figcaption></figure>
2. Lalu Pilih "Buat API"

   <figure><img src="https://i.ibb.co/ykQWCyb/Screenshot-2024-03-18-at-01-53-12.png" alt=""><figcaption></figcaption></figure>
3. Setelah modal form muncul anda bisa isikan input yang tesedia. Dicontoh ini kami coba menggunakan [API](https://rapidapi.com/axisbits-axisbits-default/api/covid-19-statistics/){:target="\_blank"} yang ada di RapidAPI. setelah selesai klik "Buat API" yang berada dibawah kanan form

   <figure><img src="https://i.ibb.co/hypDmPX/Screenshot-2024-03-18-at-00-05-36.png" alt=""><figcaption></figcaption></figure>
4. API selesai dibuat. tapi ini belum selesai!

   <figure><img src="https://i.ibb.co/w4sgVBs/Screenshot-2024-03-18-at-00-10-45.png" alt=""><figcaption></figcaption></figure>
5. Klik Detail

   <figure><img src="https://i.ibb.co/zb9hGC0/Screenshot-2024-03-18-at-00-10-45.png" alt=""><figcaption></figcaption></figure>
6. Akan muncul halaman seperti ini, lalu update API mu untuk memberikan headers, query dll

   <figure><img src="https://i.ibb.co/VHvMs1Z/Screenshot-2024-03-18-at-00-14-55.png" alt=""><figcaption></figcaption></figure>
7. Akan muncul modal form seperti ini, mirip seperti saat membuat API tapi ini lebih komplek, jika API anda memiliki headers, query, body dll anda bisa coba tambahkan di form ini

   <figure><img src="https://i.ibb.co/ggTb3R2/Screenshot-2024-03-18-at-00-18-47.png" alt=""><figcaption></figcaption></figure>

   <figure><img src="https://i.ibb.co/m8XkwKy/Screenshot-2024-03-18-at-00-24-13.png" alt=""><figcaption></figcaption></figure>
8. Setelah berhasil membuat anda bisa coba scroll ke bawah bagian "Playground" dan klik "Kirim" untuk test api. Pastikan headers, body, query diisi sesuai ketentuan API anda jika ada

   <figure><img src="https://i.ibb.co/T8B6wV2/Screenshot-2024-03-18-at-00-26-37.png" alt=""><figcaption></figcaption></figure>
9. Hasilnya

   <figure><img src="https://i.ibb.co/mRPkgy6/Screenshot-2024-03-18-at-00-29-27.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.quantumbyte.ai/home/quantumbyte-v2.0/6.api-management/4.penggunaan/1.create.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
