Convert

Convert a document to a new file format, currently the following formats are supported:

  • PDF - Adobe PDF.

  • HTML - HTML Format, text and formatting only, images are not included.

  • TXT - Text only, with very limited formatting and no images.

Document Response Format

Described the format you would like the document to be returned in. Values supported are:

  • PDF (default)

  • HTML

  • TXT

Required Properties

  • Document

Convert a document to PDF, HTML or TXT

post

Convert a document to a new file format. Includes PDF and HTML.

Authorizations
Body
Responses
200
Success
post
POST //conversion/v1/convert HTTP/1.1
Host: api.tendocs.com
X-API-KEY: YOUR_API_KEY
Accept: */*

No content

Last updated

Was this helpful?