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
Example response
{
"FileConversionID": "450",
"FileContent": "SGVsbG8gV29ybGQ=",
"FileName": "payments.csv"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.