cURL
curl 'https://api.scrapegraphai.com/v1/markdownify/YOUR_REQUEST_ID' \ -H 'SGAI-APIKEY: YOUR_API_KEY'
{ "request_id": "<string>", "status": "queued", "website_url": "<string>", "result": "<string>", "error": "" }
Check the status and retrieve results of a Markdownify request.
queued
processing
completed
failed
Successful Response
Was this page helpful?