v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
File Conversion Endpoints

file-conversion/download-source

Download the original source file that was uploaded for conversion.

get/file-conversion/download-source

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

FileConversionIDstring required

The ID of the file conversion job

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

FileConversionIDstring

The ID of the file conversion job

FileContentstring

The original source file content, base64 encoded

FileNamestring

The name of the original source file

Example response

{
  "FileConversionID": "450",
  "FileContent": "SGVsbG8gV29ybGQ=",
  "FileName": "payments.csv"
}