Convert
Convert Google Doc to Markdown
Allows you to convert a Google Doc to markdown.
POST
Body
multipart/form-data
Convert Google Doc to Markdown Request
The JSON content of the Google Doc that must be exported. Can be retrieved via the Google Docs API.
The options for the conversion.
Response
200 - application/json
This object represents the response of a content conversion request.
The converted content. Only available when the status is set to Completed
.
The status of the content conversion. Possible values:
Pending
- Indicates that the conversion will be performed in the background. Once completed, an email will be sent to the specified email address.Completed
- Indicates that the conversion was completed successfully.
Available options:
pending
, completed
The title of the converted document. Only available when the status is set to Completed