This document defines the "cid:" and "mid:" URL schemes for referencing messages and their parts. The "cid:" scheme is used within multipart messages, like emails, to reference embedded content such as images. The "mid:" scheme allows referencing entire messages or specific parts within them using their Message-ID and Content-ID. It details the syntax for these URLs, emphasizing the importance of unique Content-IDs and the handling of encoded characters. The specification requires implementations to support the full "mid" URL form (message-id/content-id) for interoperability.
Reader helps convert any URL into content suitable for LLMs, including automatic image captioning and web search.
The API is split into two functions: 'Read' and 'Search'. Read converts any URL into content suitable for LLMs and returns the LLM-friendly data. Search allows users to input a search query and receives the top five results in a simplified format.