Body
application/json
high-quality screenshots
The URL of the webpage to capture
curl --request POST \
--url https://api.hobbo.ai/public/v1/capture-screenshot \
--header 'Content-Type: application/json' \
--data '{
"url": "<string>"
}'{
"status": 200,
"data": "<string>",
"success": true,
"message": "<string>"
}Take high-quality screenshots of any webpage with a simple URL input.
curl --request POST \
--url https://api.hobbo.ai/public/v1/capture-screenshot \
--header 'Content-Type: application/json' \
--data '{
"url": "<string>"
}'{
"status": 200,
"data": "<string>",
"success": true,
"message": "<string>"
}high-quality screenshots
The URL of the webpage to capture