GET
/
v1
/
markdown
/
job
/
{job_id}
/
output
curl --request GET \
  --url https://api.markdown2pdf.ai/v1/markdown/job/{job_id}/output
{
  "url": "<string>"
}

Path Parameters

job_id
string
required

Response

200
application/json

The output of the document generation job, which may include a URL to download the generated document.

The response is of type object.