# Algodocs

AlgoDocs is an AI-powered platform that automates data extraction from business documents, offering fast, secure, and accurate processing without the need for templates or training.

- **Category:** ai document extraction
- **Auth:** API_KEY, BASIC
- **Composio Managed App Available?** N/A
- **Tools:** 3
- **Triggers:** 0
- **Slug:** `ALGODOCS`
- **Version:** 20260211_00

## Tools

### Get Current User

**Slug:** `ALGODOCS_GET_ME`

Tool to retrieve current user information. Use after authenticating with your API key to verify identity.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List document data extractors

**Slug:** `ALGODOCS_LIST_EXTRACTORS`

Tool to list document data extractors. Use when you need identifiers and names of all extractors in your AlgoDocs account.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List folders

**Slug:** `ALGODOCS_LIST_FOLDERS`

Tool to list folders. Use when you need to retrieve all folder IDs and their hierarchy. Must be called after obtaining an API key.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
