Create a Dataset
Create a dataset by uploading a file. See ‘Dataset Creation’ for more information.
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Headers
Query parameters
The dataset type, which is used to validate the data. The only valid type is embed-input
used in conjunction with the Embed Jobs API.
Indicates whether rows with malformed input should be dropped (instead of failing the validation check). Dropped rows will be returned in the warnings field.
Raw .txt uploads will be split into entries using the text_separator value.