Metadata-Version: 2.2
Name: instafill
Version: 0.0.7
Summary: A tool to automatically fill PDF forms
Author-email: instafill-ai <api@instafill.ai>
Project-URL: Homepage, https://instafill.ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Instafill AI Python Library

## Introduction
Instafill AI is an innovative platform designed to automate the filling of PDF forms using advanced AI technologies. This Python library allows developers to easily integrate Instafill AI's capabilities into their applications, streamlining form processing workflows.

## Features
- **Automated Form Filling**: Leverage Instafill AI's AI-driven form filling capabilities to efficiently process PDF forms.
- **Batch Processing**: Handle multiple forms simultaneously for large-scale applications.
- **Digital Signatures**: Add digital signatures to completed forms, enhancing workflow efficiency.

## Prerequisites
Before using this library, ensure you have:
- Python 3.8 or later installed.
- An Instafill AI account with API credentials. To obtain an API key, contact us at [api@instafill.ai](mailto:api@instafill.ai).

## Installation
To install the library, run:
```bash
pip install instafill
```

## Usage
```python
from instafill import InstaFillClient

client = InstaFillClient("your_api_key_here")

try:
    form_id = "w-9-2024"
    response = client.get_form(form_id)
    print("Get Form Response:", response)
except Exception as error:
    print("Error:", error)
```

## Home Page
Visit our [home page](https://instafill.ai) to learn more about Instafill AI and its capabilities.

## ChatGPT Integration
You can also use Instafill AI directly within ChatGPT to fill PDF forms effortlessly. Try it out here: [Fill PDF Forms with ChatGPT](https://chat.openai.com/g/g-WFalxIZ4n-fill-pdf-forms).
