---
title: "file-conversion/download-source"
method: GET
path: "/file-conversion/download-source"
tags: ["File Conversion Endpoints"]
---

# file-conversion/download-source

`GET /file-conversion/download-source`

Download the original source file that was uploaded for conversion.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `FileConversionID` string, required

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `FileConversionID` string — The ID of the file conversion job
  - `FileContent` string — The original source file content, base64 encoded
  - `FileName` string — The name of the original source file

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
