Create or Replace
Create new documents or fully replace existing ones in the index. Send a JSON array of document objects; each document must include an id and a fields object. Common field names include Title, Url, Description, Date, Category, and Language.
Documentation Index
Fetch the complete documentation index at: https://signe.cludo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication. Use your Customer ID as the username and API Key as the password. Example header: Authorization: Basic MTIzNDU2NzpteS1hcGkta2V5.
Path Parameters
Your Cludo Customer ID (same as in MyCludo and Basic auth username).
Crawler (content source) ID from MyCludo.
Body
Stable unique key for upserts and deletes—most integrations use the canonical page URL.
Keyed by engine field names (case-sensitive). Typical keys: Title, Url, Description, Category, Date, Language, Content. Only string values in this API shape.
Optional document kind. Sibling of id and fields (not inside fields). Defaults to "PageContent"; use "FileContent" for files such as PDFs or DOCX so they are treated as file results in the index.
PageContent, FileContent 
