# Draftable

Draftable provides an enterprise-grade document comparison API that allows developers to compare popular document types such as PDFs, Word, and PowerPoint files.

- **Category:** documents
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 1
- **Triggers:** 0
- **Slug:** `DRAFTABLE`
- **Version:** 20260223_00

## Tools

### List Comparisons

**Slug:** `DRAFTABLE_LIST_COMPARISONS`

Tool to retrieve a paginated list of document comparisons. Use when you need to browse comparisons across pages.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No | Maximum number of comparisons to return (min 1; max 100). If not specified, API determines default. |
| `offset` | integer | No | Number of comparisons to skip (for pagination). Defaults to 0. |

#### 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 |
