v1
latestOpenAPI 3.0.02026-07-2640301.0 MBFile 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
Example response
{
"FileConversionID": "450",
"FileContent": "SGVsbG8gV29ybGQ=",
"FileName": "payments.csv"
}