POST
/
v2
/
convert
/
google-docs
/
markdown
curl --request POST \
  --url https://api.usecloudpress.com/v2/convert/google-docs/markdown \
  --header 'Content-Type: multipart/form-data' \
  --form 'options={
  "autoDetectEmbeds": true,
  "convertSingleCellTableToCodeBlock": true,
  "emailAddress": "<string>"
}'
{
  "content": "<string>",
  "status": "pending",
  "title": "<string>"
}

Body

multipart/form-data

Convert Google Doc to Markdown Request

Response

200
application/json
Success

This object represents the response of a content conversion request.