Converter information

Query information about converters, their supported formats and account data.

It is possible to get an information about all supported conversions and formats with parameter descriptions in JSON or XML formats.

Using this endpoint you can create a dynamic document converter. Visual representation of the structure can be found here: https://www.convertapi.com/docx-to-pdf. This page and the whole https://www.convertapi.com/conversions section is built based on the /info endpoint's returned JSON response.

List all information

[GET]
https://v2.convertapi.com/info

List information about conversion from DOC to PDF

[GET]
https://v2.convertapi.com/info/doc/to/pdf

List information about conversion from any format to PDF

[GET]
https://v2.convertapi.com/info/*/to/pdf

List information about conversion from PDF to any format

[GET]
https://v2.convertapi.com/info/pdf/to/*

Checks if conversion is supported

[GET]
https://v2.convertapi.com/info/canconvert/doc/to/pdf

Response HTTP status codes

  • 200 - supported
  • 404 - not supported