Skip to main content
POST
Create import

Authorizations

X-Api-Key
string
header
required

API key for authentication. Generate one from your account settings.

Body

application/json
raw_file_content
string

The raw CSV content as a string

type
enum<string>

Import type (defaults to TransactionImport)

Available options:
TransactionImport,
TradeImport,
AccountImport,
MintImport,
CategoryImport,
RuleImport,
PdfImport,
QifImport,
SureImport
account_id
string<uuid>

Account ID to import into

publish
string

Set to "true" to automatically queue for processing if configuration is valid

date_col_label
string

Header name for the date column

amount_col_label
string

Header name for the amount column

name_col_label
string

Header name for the transaction name column

category_col_label
string

Header name for the category column

tags_col_label
string

Header name for the tags column

notes_col_label
string

Header name for the notes column

account_col_label
string

Header name for the account column

qty_col_label
string

Header name for the quantity column (trade imports)

ticker_col_label
string

Header name for the ticker column (trade imports)

price_col_label
string

Header name for the price column (trade imports)

entity_type_col_label
string

Header name for the entity type column (account imports)

currency_col_label
string

Header name for the currency column

exchange_operating_mic_col_label
string

Header name for the exchange MIC column (trade imports)

date_format
string

Date format pattern (e.g., "%m/%d/%Y")

number_format
enum<string>

Number format for parsing amounts

Available options:
1,234.56,
1.234,56,
1 234,56,
1,234
signage_convention
enum<string>

How to interpret positive/negative amounts

Available options:
inflows_positive,
inflows_negative
col_sep
enum<string>

Column separator

Available options:
,,
;
amount_type_strategy
string

Strategy for determining transaction direction

amount_type_inflow_value
string

Value that indicates an inflow when using column-based amount type strategy

Response

import created

data
object
required