> ## Documentation Index
> Fetch the complete documentation index at: https://parse-docs.pantherpulse.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Parse

> We accurately extract bank statements in seconds

# What is Parse?

Parse is Pantherpulse's high-accuracy bank statement extraction API that converts PDF statements into structured transaction data in seconds.

## What Parse Does

* **Extracts transactions** - All deposits, withdrawals, and balances parsed automatically
* **Analyzes patterns** - Identifies recurring payments, large transactions, anomalies
* **Detects risks** - Flags negative balances, loan activity, intra-company transfers
* **Validates data** - Ensures balance equations are correct
* **Processes fast** - Multi-page statements in parallel, 30-60 seconds typical

## Key Features

* 🚀 **Fast**: Most statements in under 60 seconds
* 🎯 **Accurate**: Advanced AI extraction and validation
* 📊 **Detailed**: Full transaction list + financial analysis
* 🔐 **Secure**: HTTPS, encrypted storage, GDPR compliant
* 💳 **Transparent Pricing**: Pay only for pages you use

## Get Started

1. [Get your API key](https://pantherpulse.ai)
2. [Check your quota](/api-reference/usage)
3. [Upload a statement](/api-reference/batch-extract)
4. [Review the results](/api-reference/batch-extract#processing-results)

## API Endpoints

### Upload Statements

```
POST /v1/extract/batch
```

Upload 1-20 PDF files for processing. Returns job IDs for tracking.

### Check Quota

```
GET /v1/usage
```

View your remaining pages and plan details.

## Supported Banks

Parse works with statements from any bank. The system is optimized for:

* UOB (United Overseas Bank)
* DBS
* OCBC
* Other major banks

## How It Works

1. **Upload** → Send PDF statements via API
2. **Extract** → Parse transactions with AI
3. **Analyze** → Detect patterns and anomalies
4. **Retrieve** → Get structured JSON data

## Support

* 📧 Email: [support@pantherpulse.ai](mailto:support@pantherpulse.ai)
* 📖 [Full API Reference](/api-reference/batch-extract)
* 🔧 [Error Handling Guide](/guides/error-handling)
