start_upload
Initiate an upload request and get a curl command to upload a file to the gateway. Use with dataset_id to upload a new version of an existing dataset.
Instructions
Start an upload request and return a gateway upload curl command.
FULL 3-STEP FLOW:
Step 1 — call start_upload. Step 2 — run curl_command in bash. Replace FILE_PATH with the actual file path. Step 3 — call complete_upload with upload_request_id from step 1.
No API key or auth header is needed in the curl command. Pass dataset_id when uploading a new version of an existing dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| project_id | Yes | ||
| dataset_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||