v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
File 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

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "Configs": {
    "0": {
      "FileConversionPreprocessingID": "1",
      "ConfigName": "Config - CSV",
      "SourceFormat": "csv",
      "IsDefault": "1"
    }
  }
}