POST
/
v1
/
markdown
curl --request POST \
  --url https://api.markdown2pdf.ai/v1/markdown \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {
    "text_body": "<string>",
    "meta": {
      "author": "<string>",
      "title": "<string>",
      "subtitle": "<string>",
      "disclaimer": "<string>",
      "date": "<string>"
    }
  },
  "options": {
    "delivery": "<string>",
    "document_name": "<string>"
  }
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "description": "<string>",
  "status": "Not Started",
  "status_meta": "<string>",
  "progress": 0.5,
  "path": "<string>"
}

Body

application/json

Response

200
application/json

Once paid, a 200 OK response will be returned with the job status, and details on how to poll for updates.

The response is of type object.