Agents
File Download Task
Download a file from a website by navigating and clicking download buttons
post/v1/run/tasks/download_files
Headers
x-api-keystring nullable
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
x-user-agentstring nullable
Request body
Example request
{
"browser_session_id": "pbs_123456",
"browser_address": "http://127.0.0.1:9222"
}Response
Successful Response
Example response
{
"run_id": "tsk_123",
"created_at": "2025-01-01T00:00:00Z",
"modified_at": "2025-01-01T00:05:00Z",
"app_url": "https://app.skyvern.com/tasks/tsk_123",
"browser_session_id": "pbs_123",
"browser_profile_id": "bp_123",
"run_with": "agent",
"run_request": {
"workflow_id": "wpid_123",
"proxy_location": {
"country": "US",
"subdivision": "CA",
"city": "New York"
},
"totp_url": "https://my-totp-service.com/totp",
"totp_identifier": "john.doe@example.com",
"browser_address": "http://127.0.0.1:9222",
"run_with": "agent"
}
}