converter

Convert files between 44 formats: documents, spreadsheets, images, ebooks, email and subtitles.

Community: Submitted by a user or imported; check the owner before granting accessDegradedAPI key requiredGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    An API key from the service settings is required

    Convert files between 44 formats: documents, spreadsheets, images, ebooks, email and subtitles.

    Server tool list (5)

    Raw names from tools/list. Only developers need these.

    list_formatsList every file format this converter reads or writes (id, name, extensions, family). Use the id values as `from`/`to` in other tools.
    check_conversionCheck whether one format can be converted to another before sending a file. Returns the engine, whether AI Deep Read is needed, the options it accepts, and alternatives when the pair is not supported. Formats accept ids (docx), extensions (jpeg) or common names (word, excel).
    list_conversionsList supported target formats for a source format (or every source that can produce a target). Returns compact {from,to,slug,engine,mode} rows.
    convert_fileConvert a file. Provide the content as base64 OR a public https URL. `from` is optional when the filename/URL has an extension. Text outputs (Markdown, CSV, JSON, HTML…) up to 200 KB are returned inline as `text`; other outputs are returned as `base64` plus a `downloadUrl` that accepts the same bearer token. Max 10 MB per file. Set `deepRead: true` to read scans, photos and handwriting with AI Deep Read (1 credit per page).
    get_conversionFetch a previous conversion by id: status, warnings, and the output (inline text or base64) if it is still retained.