Add a data source to a CustomGPT agent's knowledge base. Connects content via sitemap URL, file upload, or integration. The system begins indexing immediately after creation. Use when adding documentation, FAQs, or knowledge content to an agent.
fileobjectFile to upload as a source (PDF, DOC, TXT, etc.). Required if sitemap_path is not provided.
project_idRequiredintegerThe unique identifier of the agent (formerly known as project) to add the source to.
sitemap_pathstringURL of the sitemap to use as a source (e.g., 'https://docs.example.com/sitemap.xml'). Required if file is not provided.
is_anonymizedbooleanWhether to anonymize the data in the source.
is_ocr_enabledbooleanWhether to enable OCR (Optical Character Recognition) for extracting text from images in the file.
is_vision_enabledbooleanWhether to enable vision processing for images in the file source. Allows the agent to analyze and understand image content.
file_data_retensionbooleanWhether to retain file data after processing.
image_extraction_typestringType of image extraction from website.
is_vision_compress_imagebooleanWhether to compress images for vision processing. Reduces storage and improves performance.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.