Is it possible to import images amongst tab indented text?

I haven’t found any mention in the documentation and my wild experimentation has all failed.
ChatGPT has found nothing.

1 Like

Hi, it must be possible. If I’m not mistaken, https://m.checkvist.com does it, but we don’t have it documented. I.e. it must be in the import API, but definitely not in MCP.

What is your case?

Best,
KIR

I am producing automatic 3 level summaries of some internet content (including whole books) for use by those who cannot spare the time to read or listen to the whole work.
My Python modules export a .txt file which CheckVist imports.
Most of the images so far have been distractions and have been discarded but diagrams and graphs are cropping up. I have them at my finger tips but they won’t import.
It is too time consuming to insert them later with img:

Are there any statistics available on traffic by users of publicly shared links?

All of my content is being assembled into a tree using upper nodes of publicly shared links.
The CheckVist Search Enter Enter is immensely powerful of my 90+ Lists.
Some method to allow it to those without an account would be superb. I would be happy to pay for the traffic.

Hi,

We’ve documented the OpenAPI which allows to import several items and add images to the first item:

Checkvist Open API

The idea is to use multipart/form-data for the parameters, and include parameters named add_files[1], add_files[2] for the file data parameters.

This is not exposed via MCP, but can be used in other apps/extensions. Basically, this is the API we use in https://m.checkvist.com when adding several items with attached files.

Hope, this helps,
KIR