Skip to main content
POST
Normalize mutual-fund RTA files

Authorizations

x-api-key
string
header
required

Your API key for authentication. Use sandbox-with-json-responses as Sandbox key.

Headers

X-Request-ID
string

Optional caller-supplied request ID. Must start with req_; the same value is returned in the response header.

Pattern: ^req_[A-Za-z0-9]+$
Example:

"req_myImport123"

Body

multipart/form-data
files
file[]
required

One or more CAMS or KFintech RTA files in CSV, XLS, XLSX, or DBF format.

Minimum array length: 1
reference
string
required

Opaque tenant, distributor, sub-distributor, or batch reference echoed in the response.

Maximum string length: 256
report_code
string | null

Optional report identifier when all submitted files are the same report type.

Example:

"MFSD221"

provider
enum<string>
default:auto

Optional provider hint. auto detects the provider schema from file headers.

Available options:
auto,
cams,
kfintech
include_source
boolean
default:false

Include all original source fields in record provenance, including fields that were normalized.

Response

RTA file synced successfully

status
enum<string>
required
Available options:
success
Example:

"success"

data
object
required