Get Dataset Upload URL
This endpoint generates a presigned URL that allows you to upload a file directly to S3.
After receiving the presigned URL, you should make a PUT request to the returned URL with your file data.
**Upload Process:**
1. Call this endpoint to get a presigned URL for your file
2. Use the returned URL to upload your file directly to S3 via a PUT request
3. Monitor the dataset status to know when processing is complete
Authentication
AuthorizationToken
Header authentication of the form Token <token>
Path parameters
dataset_id
The ID of the dataset to upload files to
filename
The name of the file to upload
Response
Presigned URL generated successfully
dataset_id
The ID of the dataset
expires_at
When the presigned URL expires
http_method
HTTP method to use with the presigned URL
Allowed values:
upload_url
The presigned URL to use for uploading the file