Aryn is an AI-powered platform for document parsing, data extraction, and analytics, enabling users to process and query unstructured documents at scale.
Tool to create a new DocSet. Use when you need to allocate a storage container before adding documents.
Tool to delete a DocSet and all its documents. Use after confirming the DocSet ID, when you need to permanently remove a DocSet and its contents.
Tool to generate a query plan without executing it. Use when you need to review the logical plan before running your query (e.g., "Generate a plan for revenue breakdown by region").
Tool to retrieve metadata for a specific DocSet. Use when you have the DocSet ID and optionally need usage statistics.
Tool to retrieve a document by ID. Use after both DocSet and document IDs are available.
Tool to retrieve the binary content of a document by DocSet ID and Document ID.