curl --request POST \
--url https://api.workfloo.ws/v0/scrape/web \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"url": "https://workfloows.com",
"proxy": {
"enabled": false
},
"output": {
"html": false,
"markdown": false,
"links": false
}
}
'