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>"
}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>"
}Documentation Index
Fetch the complete documentation index at: https://skyvern.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Was this page helpful?