url2img

Input URL to generate screenshot, then crop precisely

CURL Call Example

API call example generated from current input parameters

curl --location --request POST 'https://api.snip-site.cc/v1/puppeteer/convert' \
--header 'User-Agent: H2I-Studio/1.0.0' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--header 'Authorization: Bearer your_access_token_here' \
--data-raw '{
    "url": "https://www.namesilo.com/"
}'
Full Screenshot

πŸ“‹ Request Parameters

ParameterTypeCurrent ValueDescription
urlstringhttps://www.namesilo.com/URL of the webpage to screenshot
AuthorizationheaderBearer your_access_token_hereAPI access token
πŸš€
πŸš€ Usage Instructions

β€’ Copy the command above to terminal to call Puppeteer API

β€’ Replace your_access_token_here with your actual access token

β€’ Crop parameters are automatically generated based on current settings