Skip to main content
POST
/
v1
/
upload_file
Upload File
curl --request POST \
  --url https://api.skyvern.com/v1/upload_file \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "s3_uri": "<string>",
  "presigned_url": "<string>"
}

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Body

multipart/form-data
file
file
required

Response

Successful Response

s3_uri
string
required

S3 URI where the file was uploaded

presigned_url
string
required

Presigned URL to access the uploaded file