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