v1
latestOpenAPI 3.0.02026-07-2640301.0 MBFile Conversion Endpoints
file-conversion/preprocessing/configurations
Get preprocessing configurations for the authenticated account.
get/file-conversion/preprocessing/configurations
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
SourceFormatstring
Filter configurations by source format (e.g., xml, json)
SourceFilestring
Source file content to analyze for configuration options, base64 encoded
Response
Example response
{
"Configs": {
"0": {
"FileConversionPreprocessingID": "1",
"ConfigName": "Config - CSV",
"SourceFormat": "csv",
"IsDefault": "1"
}
}
}