Add S3 object

Uploads a file (image, PDF, etc.) to a task group. Automatic blurhash generation for images. | authz_personas=[driver_for_executor, executor_org_operators, coordinator_org_operators, shipper_org_operators] | (UploadFile) -> (TaskGroupS3ObjectMetadata1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

task_group_idstringRequired

Request

This endpoint expects a multipart form containing a file.
filefileRequired

Response

Successful Response
_idstring
schema_versioninteger
task_group_idstring
uploaded_at_timestampdatetime
uploaded_by_org_idstring

Must be a string starting with org_

uploaded_by_user_idstring

Must be a string starting with user_

blurhashstringOptional
content_typestringOptional

MIME type of the uploaded file (e.g., ‘image/jpeg’, ‘application/pdf’)

filenamestringOptional
Original filename of the uploaded file
s3_key_prefix"shipping/task_group_s3_object_metadata"Optional

Errors

422
S3object Add V1request Unprocessable Entity Error