Skip to main content
POST
/
utils
/
browser
/
screenshot
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "url": "<string>",
    "width": 123,
    "height": 123,
    "size_kb": 123
  }
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Body

application/json
url
string<uri>
required
Example:

"https://example.com"

width
integer
Example:

1920

height
integer
Example:

1080

full_page
boolean
Example:

false

format
enum<string>
Available options:
png,
jpg,
webp
Example:

"png"

Response

Screenshot captured successfully

success
boolean
Example:

true

data
object