cURL
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>" }' \ --form file=@example-file
{ "content": "<string>", "status": "pending", "title": "<string>" }
Allows you to convert a Google Doc to markdown.
Convert Google Doc to Markdown Request
Success
This object represents the response of a content conversion request.