GET
/
v1
/
markdownify
/
{request_id}
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": ""
}

This endpoint allows you to check the status of a Markdownify request and retrieve its results once completed.

Status Values

  • queued: Request is waiting to be processed
  • processing: Request is being processed
  • completed: Request has finished successfully
  • failed: Request failed to process

Authorizations

SGAI-APIKEY
string
header
required

Path Parameters

request_id
string
required

Response

200
application/json
Successful Response
request_id
string
required
status
enum<string>
required
Available options:
queued,
processing,
completed,
failed
website_url
string
required
result
string | null
error
string
default: