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

Body

multipart/form-data

The body is of type object.

Response

200
application/json
Success

This object represents the response of a content conversion request.