# Enterprise Inference API

{% hint style="info" %}
The page is currently being developed. If you experience issues, please contact our support team. Your feedback helps us improve our documentation for everyone.
{% endhint %}

### Introduction

To utilize the API, you have the flexibility to choose the request client that best suits your needs. Whether you prefer using command-line tools like `curl`, specialized API clients like Postman, or integrating within your application through libraries in programming languages such as Python's `requests` or JavaScript's `axios`, you can seamlessly send HTTP requests and interact with the API. By selecting a client that aligns with your workflow and project requirements, you can efficiently manage API calls, parse responses, and handle errors, ensuring that you maximize the API's potential in your implementation.

Officially distributed SDK's coming soon.

{% content-ref url="/pages/Q4ZHT6pjAmwgSBOstAlp" %}
[Authentication](/distribute-for-enterprise/enterprise-inference-api/authentication.md)
{% endcontent-ref %}

{% content-ref url="/pages/xaCtlh2vJbw2b8F35dLo" %}
[OpenAI Compatible API](/distribute-for-enterprise/enterprise-inference-api/openai-compatible-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/ziuoWN77Z1pqy63WlIUP" %}
[Async API](/distribute-for-enterprise/enterprise-inference-api/async-api.md)
{% endcontent-ref %}


---

# Agent Instructions: 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.distribute.ai/distribute-for-enterprise/enterprise-inference-api.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.
