> For the complete documentation index, see [llms.txt](https://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://bhashini.gitbook.io/bhashini-apis/pipeline-compute-call.md).

# Pipeline Compute Call

This page will help the integrator to get the output of the task sequence requested. This page will detail out the API call, its parameters, understanding of the Input and Output Payloads.

**Endpoint:** Endpoint is obtained from the **`callbackURL`** parameter under [**`pipelineInferenceAPIEnfPoint`**](/bhashini-apis/pipeline-config-call/response-payload.md#parameter-pipelineinferenceapiendpoint) parameter from the Response Payload of [Pipeline Config Call](/bhashini-apis/pipeline-config-call.md)as shown [here](/bhashini-apis/pipeline-config-call/response-payload.md#parameter-pipelineinferenceapiendpoint).

**Additional Headers:**\
auth parameter key\
auth parameter value

**Payload:**

* ASR
* Translation
* TTS
* ASR+Translation
* Translation+TTS
* ASR+Translation+TTS

## Additional Headers

Below is the understanding and process of obtaining the additional Headers that shall be sent to make the Pipeline Compute API Call. These headers are used for uniquely identifying each integrator for a particular application and authenticate them for the API usage.\
\
**auth parameter key**: This value is obtained from **`name`** parameter under **`inferenceApiKey`** under [**`pipelineInferenceAPIEndPoint`**](/bhashini-apis/pipeline-config-call/response-payload.md#parameter-pipelineinferenceapiendpoint).&#x20;

**auth parameter value**: This value is obtained from **`value`** parameter under **`inferenceApiKey`** under [**`pipelineInferenceAPIEndPoint`**](/bhashini-apis/pipeline-config-call/response-payload.md#parameter-pipelineinferenceapiendpoint).&#x20;

<figure><img src="https://3113426375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSuLLfCr6CWwqT0SsqOL1%2Fuploads%2F0KKVeasdrDINiAvokkjE%2Fimage.png?alt=media&amp;token=db598d83-85bc-4466-b6a4-605488e3d71f" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To know more about Additional Headers, please refer [here](/bhashini-apis/pipeline-config-call/response-payload.md#parameter-pipelineinferenceapiendpoint).
{% endhint %}
