curl --request GET \
--url https://api.markdown2pdf.ai/job/{job_id}/output
Copy
{
"url": "<string>"
}
REST API
Get Document Output
Retrieve the output of a document generation job. This endpoint provides the final output of the document generation process, which may include a URL to download the generated document.
GET
/
job
/
{job_id}
/
output
Get Document Output
Copy
curl --request GET \
--url https://api.markdown2pdf.ai/job/{job_id}/output