Plume API
Utility

/screenshot

Screenshot a website

GET
/screenshot

Query Parameters

url*string

The url to screenshot

Length1 <= length <= 256

Response Body

image/png

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/screenshot?url=string"
"string"
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}