Create Datatable

Import csv file and convert it into a threekit datatable.
When using endpoint via API, columnInfo and name must be specified.
The process can either be a sync or async. The sync process will create the datatable within in the lifespan of the API call. The async process creates a job whose status can be polled using the Get Job endpoint.
Recommendation If a CSV has more than 100k cells, the datatable creation process should be async.

Please see the Data Tables page for usage details, as the example on the side may not get generated correctly.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

ID of the organization which the assets belong to

string

Name of the org branch to connect to. If no value is provided the default value is "main".

string

Private token used to authorize the request. This endpoint is only accessible using a private token.

Body Params
file

The CSV file to be uploaded and converted into a datatable.

string

The name of the datatable.

boolean

Determines whether the datatable creation process will be sync (created within the lifetime of the API call) or async (created via a job). The only values it supports are "true" and "false".

columnInfo
array of objects

Array of objects specifying the columns' data.

columnInfo
string

Specify the delimiter used in the CSV file to ensure that service correctly separates the data. Some examples of values are - ",", ":", ";".

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json