📄️ Create Agent Data
Create new agent data.
📄️ Aggregate Agent Data
Aggregate agent data with grouping and optional counting/first item retrieval.
📄️ Delete Agent Data By Query
Bulk delete agent data by query (deployment_name, collection, optional filters).
📄️ Search Agent Data
Search agent data with filtering, sorting, and pagination.
📄️ Delete Agent Data
Delete agent data by ID.
📄️ Get Agent Data
Get agent data by ID.
📄️ Update Agent Data
Update agent data by ID (overwrites).
📄️ List Api Keys
List API keys.
📄️ Create Api Key
Create a new API key.
📄️ Delete Api Key
Delete an API key.
📄️ Get Api Key
Get an API key by ID.
📄️ List Directories
List Directories
📄️ Create Directory
Create a new directory within the specified project.
📄️ Delete Directory
Permanently delete a directory.
📄️ Get Directory
Retrieve a directory by its identifier.
📄️ Update Directory
Update directory metadata.
📄️ List Directory Files
List all files within the specified directory with optional filtering and pagination.
📄️ Add Directory File
Create a new file within the specified directory.
📄️ Delete Directory File
Delete a file from the specified directory.
📄️ Get Directory File
Get a file by its directory_file_id within the specified directory. If you're trying to get a file by its unique_id, use the list endpoint with a filter instead.
📄️ Update Directory File
Update file metadata within the specified directory.
📄️ Create File
Create a new file in the project.
📄️ Upsert File
Upsert a file (create or update if exists) in the project.
📄️ Query Files
Query files with flexible filtering and pagination.
📄️ Delete File
Delete a single file from the project.
📄️ List Parse Configurations
List parse configurations for the current project.
📄️ Create Parse Configuration
Create a new parse configuration.
📄️ Upsert Parse Configuration
Create or update a parse configuration by name.
📄️ Get Latest Parse Configuration
Get the latest parse configuration for the current project.
📄️ Query Parse Configurations
Query parse configurations with filtering and pagination.
📄️ Delete Parse Configuration
Delete a parse configuration.
📄️ Get Parse Configuration
Get a parse configuration by ID.
📄️ Update Parse Configuration
Update a parse configuration.
📄️ List quota configurations
Retrieve a paginated list of quota configurations with optional filtering.
📄️ List Spreadsheet Jobs
List spreadsheet parsing jobs.
📄️ Create Spreadsheet Job
Create a spreadsheet parsing job.
📄️ Get Spreadsheet Job
Get a spreadsheet parsing job.
📄️ Get Result Table
Generate a presigned URL to download a specific extracted table.
📄️ List Classify Jobs
List classify jobs.
📄️ Create Classify Job
Create a classify job.
📄️ Get Classify Job
Get a classify job.
📄️ Get Classification Job Results
Get the results of a classify job.