How to Generate Markdown for files
Make aPOST request to the /v2/markdown-converter/ endpoint with the required parameters in the body and make sure you use the file type.
To use the
file type, the resource can either be provided as URLs or if you are using our SDKs the resource can be the path to the file.
Note: File paths only work with our SDKs if you are calling our API’s directly, all files must be provided as URLs. You can consider services like Amazon S3, Cloudinary, or similar platforms to host your files and provide their URLs to the API.Request Example (File Path)
Request Example (File as URL)
Successful Response
A successful response confirms the operation and tracks token usage. Example ResponseRelated Operations
- Markdown Converter Overview : Learn to convert any file, image or websites to markdown with wetrocloud
- Markdown Converter for Websites: Start converting your websites to markdown
- Markdown Converter for Images: Start converting your images to markdown