Creates a new dataset by downloading a file from a URL.
POST/api/v2/Dataset/Url
Dataset processing occurs in the background and may take a few minutes to complete.
Request
Query Parameters
Use this param to override the culture of the response. Options: - en (default) - es
- application/json
- text/json
- application/*+json
Body
The dataset creation request containing the file URL and metadata.
Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-zA-Z0-9\-]*$
Unique identifier for the dataset. Must be alphanumeric with optional hyphens. Maximum 64 characters.
Possible values: non-empty and <= 64 characters
Display name for the dataset. Maximum 64 characters.
Possible values: <= 4000 characters
Detailed description of the dataset. Maximum 4000 characters.
Optional subtenant identifier. Required if the user has subtenants.
Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-zA-Z0-9\-]*$
Unique identifier for the table within the dataset. Must be alphanumeric with optional hyphens. Maximum 64 characters.
Possible values: non-empty and <= 64 characters
Display name for the table. Maximum 64 characters.
Possible values: <= 4000 characters
Detailed description of the table. Maximum 4000 characters.
Publicly accessible URL of the CSV file to download and use as the dataset source.
Body
The dataset creation request containing the file URL and metadata.
Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-zA-Z0-9\-]*$
Unique identifier for the dataset. Must be alphanumeric with optional hyphens. Maximum 64 characters.
Possible values: non-empty and <= 64 characters
Display name for the dataset. Maximum 64 characters.
Possible values: <= 4000 characters
Detailed description of the dataset. Maximum 4000 characters.
Optional subtenant identifier. Required if the user has subtenants.
Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-zA-Z0-9\-]*$
Unique identifier for the table within the dataset. Must be alphanumeric with optional hyphens. Maximum 64 characters.
Possible values: non-empty and <= 64 characters
Display name for the table. Maximum 64 characters.
Possible values: <= 4000 characters
Detailed description of the table. Maximum 4000 characters.
Publicly accessible URL of the CSV file to download and use as the dataset source.
Body
The dataset creation request containing the file URL and metadata.
Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-zA-Z0-9\-]*$
Unique identifier for the dataset. Must be alphanumeric with optional hyphens. Maximum 64 characters.
Possible values: non-empty and <= 64 characters
Display name for the dataset. Maximum 64 characters.
Possible values: <= 4000 characters
Detailed description of the dataset. Maximum 4000 characters.
Optional subtenant identifier. Required if the user has subtenants.
Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-zA-Z0-9\-]*$
Unique identifier for the table within the dataset. Must be alphanumeric with optional hyphens. Maximum 64 characters.
Possible values: non-empty and <= 64 characters
Display name for the table. Maximum 64 characters.
Possible values: <= 4000 characters
Detailed description of the table. Maximum 4000 characters.
Publicly accessible URL of the CSV file to download and use as the dataset source.
Responses
- 200
- 400
- 401
- 403
- 500
Dataset created successfully and processing job scheduled.
If the request is invalid, the URL is inaccessible, or the file is not a valid CSV.
The user is unauthorized or the session expired
The user does not have permission
There was an unexpected error