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
Parameter | Type | Current Value | Description |
---|---|---|---|
url | string | https://www.namesilo.com/ | URL of the webpage to screenshot |
Authorization | header | Bearer your_access_token_here | API 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
Login Required
Screenshot feature requires login
After login, you can use the complete screenshot and cropping features
Don't have an account? Register Now