Upload File Presigned Url

Returns a presigned url for uploading a file to the user’s files bucket. After uploading a file, the user can use the included_file_names field in the RunTaskRequest to include the files in the task.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
file_namestringRequired>=1 character<=255 characters
content_typestringRequired>=1 character<=255 characters

Response

Successful Response
upload_urlstring

Errors