# Access API Deka LLM using Postman

In this guide, **Postman** is used, so make sure you have the Postman application or a similar tool installed on your computer. To access the **Deka LLM endpoint**, open the Postman application on your computer.

{% hint style="info" %}
This link for download [Postman ](https://www.postman.com/downloads/)
{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcbxvv3vveSI-uyfxy_1vSt1KTKHuQVzVqBg_RPJYLbIm8PgElfFj2vtTFGTfXHiJ01WrS_7yWcBs1knNNZ68-YyVowFupHh2M0wmz_HwUKV52NrIxEVwkfLBIWaIBd-n8PY3v_?key=GS8CzK7EJ_o4WD1SQATjJA" alt=""><figcaption><p>Postman</p></figcaption></figure>

The Postman workspace will be displayed. You need to import the **Deka LLM endpoint** by clicking the **Import** button.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeGPwQ-aPRWkjBCQSGTxei6XhxXnQh4767IoWTVeE0tIjb0wwpd3doSlUbEKgezx23DJrl27CHgdQz4GTzXK2nBJBa2pGGZj68TE1Xq3uTfQ63eUz6GL6IN6i9ulS9tI21P5XhqBw?key=GS8CzK7EJ_o4WD1SQATjJA" alt=""><figcaption><p>Postman Page</p></figcaption></figure>

The **Import** window will appear. Enter the **API URL** you obtained from the **Get Deka LLM API URL** sub-section.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcM8uw4ivc9SXjmxgJcDLwtSFAhVrnpwY42L6HwJhbMWS55KYGkKz5joTt9_BiteE5_h0TEA7iqnjt0Dla77S7LMNjlV17uJaViG7kU546phgIHTcr93vseu_y4uH9KUnUpg4lcmQ?key=GS8CzK7EJ_o4WD1SQATjJA" alt=""><figcaption><p>Import API Deka LLM</p></figcaption></figure>

Select **Postman Collection** and click the **Import** button.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcZRd2mPr9zuLWD2dxgoY8se2-yzBVFXx8mawyv-GIqFOhy-MXl7-zz2pYVtAqt6wXZ_er5b6RvNvzFR3SCs3mlkkxFuc7dmqfadoyX_aI2TQG9K-lnoX-YDDMrueacacYmLF4gPw?key=GS8CzK7EJ_o4WD1SQATjJA" alt=""><figcaption><p>Import API Deka LLM</p></figcaption></figure>

Wait for the import process to complete. Once finished, the **Deka LLM API** will be displayed in Postman.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcD43EudG7KIzJHVT7Pa3reOQpe9hkKQ3ApgdBWO2KEhpORGKMzo_oEuvbMZCb0Pkvo2tanoJdmfLfY4zVITwKY2HY1K5eMDSheEmTQG8Wd7P5e32heXm_NYh7fh0PYXrH5Ug8J?key=GS8CzK7EJ_o4WD1SQATjJA" alt=""><figcaption><p>API Deka LLM</p></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:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-llm/how-to-create-simple-prompt-with-deka-llm/access-api-deka-llm-using-postman.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
