Browser Profiles
Create a browser profile
Create a blank browser profile, or create one from a persistent browser session or workflow run.
post/v1/browser_profiles
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.
Request body
Example request
{
"proxy_location": {
"country": "US",
"subdivision": "CA",
"city": "New York"
}
}Response
Successfully created browser profile
Example response
{
"proxy_location": {
"country": "US",
"subdivision": "CA",
"city": "New York"
}
}