Privacy Policy
Last updated: July 13, 2026
AIDataParser ("we", "us") is operated by Bity LLC and provides aidataparser.com and its API. This page explains what data we collect, how document content is handled, and your rights.
Getting an API key
Signing up only requires an email address — there is no password or account dashboard. We store your email, a hashed version of your API key (never the raw key), and a credit ledger (how many credits you've used or been granted). We cannot recover a lost API key; if you lose it, request a new one with the same email and your existing credit balance carries over.
Documents you send us
When you call POST /v1/parse/document, the PDF or image you send is processed in memory for that single request only:
- The document's text or image bytes are sent to Anthropic's Claude API to extract structured data, under Anthropic's API data-use terms (not used to train their models).
- We do not write the document itself to a database or file storage. It exists only for the duration of the API request and is discarded once the response is returned.
- The extracted JSON result is returned directly to your API call. We don't retain a copy of it server-side.
Practical implication: don't send documents containing data you're not authorized to process through a third-party model provider (Anthropic). If your use case has stricter data-handling requirements, email hello@aidataparser.com before sending production data.
What we don't do
- We never sell, rent, or share your data with third parties.
- No ad networks, no tracking pixels, no cross-site profiling.
- No persistent storage of document content.
Third-party services
| Service | Purpose | Data |
|---|---|---|
| Anthropic (Claude API) | Document extraction | Document content, per-request only |
| Vercel | Hosting, analytics | Page views, request logs |
| Postgres (Supabase-hosted) | Account & credit storage | Email, hashed API key, credit ledger |
Data retention
- Document content: not retained — discarded after each request completes.
- Account data (email, hashed key, credit balance): kept while your account is active; deleted within 30 days of a deletion request.
Your rights
Email hello@aidataparser.com to request a copy of the account data we hold, revoke/delete your API key and account, or ask any question about how your documents are handled.
Changes to this policy
We'll update the date at the top if this policy changes materially. Continued use of the API after a change constitutes acceptance.