cURL
curl --request POST \ --url https://api.hobbo.ai/public/v1/capture-screenshot \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "url": "<string>" }'
{ "status": 200, "data": "<string>", "success": true, "message": "<string>" }
Take high-quality screenshots of any webpage with a simple URL input.
high-quality screenshots
The body is of type object.
object
Screenshot captured successfully!
The response is of type object.