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.h2istudio.top/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