> For the complete documentation index, see [llms.txt](https://dibd-bhashini.gitbook.io/bhashini-apis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dibd-bhashini.gitbook.io/bhashini-apis/transliteration-config-call.md).

# Transliteration Config Call

This page will help the integrator to get the details of each pipeline based on Pipeline ID. This page will detail out the API call, its parameters, understanding of the Input and Output Payloads.

**Endpoint:** <https://meity-auth.ulcacontrib.org/ulca/apis/v0/model/getModelsPipeline>

**Additional Headers:**

* userID
* ulcaApiKey

**Payload:**

* [Tab 1: JSON payload without any configuration parameters](/bhashini-apis/pipeline-config-call/request-payload.md)
* [Tab 2: JSON payload with some configuration parameters](/bhashini-apis/pipeline-config-call/request-payload.md#with-configuration-parameters)

## Additional Headers

Below is the understanding and process of obtaining the additional Headers that shall be sent to make the Pipeline Config API Call. These headers are used for uniquely identifying each integrator for a particular application and authenticate them for the API usage.\
\
**`userID:`** Uniquely identify the Integrator.\
**`ulcaApiKey:`** to Authenticate this particular userID

Below is a screenshot from the Postman. Along with standard headers that are sent automatically, **userID** and **ulcaApiKey** are the additional parameters sent.

<img src="https://709902406-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSuLLfCr6CWwqT0SsqOL1%2Fuploads%2FOJuSinbl0qQ6CBddwwe8%2Fimage.png?alt=media&#x26;token=c5cbeadb-8cb2-4949-802c-64e3de0bbf8d" alt="Postman screenshot of additional parameters" width="100%">

Both userID and ulcaApiKey can be obtained from the **My Profile** section after logging in.
