> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# REST endpoints

> Reference for the DLC REST API base path (`/connectors/rest/dlc/v2`) and the `execute` endpoint used to submit a DLC Request and receive a DLC Response.

All endpoints are available under a single base path, used to interact with
the [DataLoadControllerService](/components/data-load-controller-service):

```html theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
https://<hostname>:<port>/<app-context>/connectors/rest/dlc/v2
```

### Execute

```html theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
https://<hostname>:<port>/<app-context>/connectors/rest/dlc/v2/execute
```

This endpoint is used to execute a [DLC Request](/request-api/dlc-request)
and responds with the [DLC Response](/request-api/dlc-response) .
