Docs

Create Order

Creates a new file-processing order in Split CSV.

POST

Body

Arguments
stringrequired

The HTTPS URL of the source file to split.

stringrequired

The split method to apply to the source file.

number

The number of files to produce. Required when method is filecount.

number

The target size in bytes for each split file. Required when method is filesize.

number

The number of lines to include in each file. Required when method is linecount.

number

The number of records to include in each file. Required when method is linesperfile.

number

The zero-based column index whose header value should be used for splitting. Required when method is headervalue.

Uncommon arguments
number

The number of header lines to replicate into each output file.

number

The number of leading lines to skip before parsing the source file.

boolean

When true, save the output files in Excel XLSX format.

boolean

When true, save the output files as newline-delimited JSON.

string

The worksheet name to use when xlsx is true.

boolean

When true, duplicate rows are written to a separate duplicates.csv file and remain in the split output.

boolean

When true, duplicate rows are written to a separate duplicates.csv file and removed from the split output.

boolean

When false, output CSV fields are not quoted.

string

The delimiter character to use when parsing the source file instead of a comma.

string

The delimiter character to use when generating the split output files instead of a comma.

array of number

The zero-based column indexes to remove from the output.

string

The HTTPS webhook URL to notify when the split completes.

boolean

When true, send a separate webhook for each output file after completion.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.