converter

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

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемСбоиНужен API-ключГлобальныйБесплатноТолько чтение

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Нужен API-ключ из настроек сервиса

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

    Список инструментов сервера (5)

    Технические названия из tools/list. Нужны только разработчикам.

    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.