# API Gateway

**Useful for developers & integration with third-party apps.**

## Getting started with API Gateway

1. Select the API Gateway option
2. Press Start button

### Endpoint

```
http://127.0.0.1:7755
```

{% hint style="info" %}
You can change the **port** in the module settings
{% endhint %}

### APIs

{% content-ref url="/pages/BhpykeF44J65eyx13pG3" %}
[Translate](/advanced/api-gateway/translate.md)
{% endcontent-ref %}

{% content-ref url="/pages/3Bj1xHTE4eAVEddqT2s8" %}
[Translation Memory](/advanced/api-gateway/translation-memory.md)
{% endcontent-ref %}

### Error Codes

* 403 - Forbidden
* 404 - Not Found
* 405 - Method Not Allowed


---

# 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.vntranslator.com/advanced/api-gateway.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.
