Aryn

Learn how to use Aryn with Composio

Overview

Enum

ARYN

Description

Aryn is an AI-powered platform for document parsing, data extraction, and analytics, enabling users to process and query unstructured documents at scale.

Authentication Details

api_key
stringRequired

Actions

Tool to create a new docset. use when you need to allocate a storage container before adding documents.

Action Parameters

name
stringRequired
prompts
object
properties
object
schema
object

Action Response

data
object
error
string
successful
boolean
Tool to create a new docset. use when you need to allocate a storage container before adding documents.

Action Parameters

name
stringRequired
prompts
object
properties
object
schema
object

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

docset_id
stringRequired

Action Response

data
object
error
string
successful
boolean
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").

Action Parameters

docset_id
stringRequired
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a document by id. use after both docset and document ids are available.

Action Parameters

doc_id
stringRequired
docset_id
stringRequired
include_binary
boolean
include_elements
booleanDefaults to True

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the binary content of a document by docset id and document id.

Action Parameters

docsetId
stringRequired
documentId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve metadata for a specific docset. use when you have the docset id and optionally need usage statistics.

Action Parameters

docsetId
stringRequired
fields
string
includeStats
boolean

Action Response

data
object
error
string
successful
boolean
Tool to list all outstanding asynchronous tasks for the account. use when you need to check pending or running tasks.

Action Parameters

Action Response

data
object
error
string
successful
boolean