Official SDKs
We maintain official SDKs for the most popular languages.JavaScript / TypeScript
Full TypeScript support with Zod schemas
Python
Type-safe extraction with Pydantic models
JavaScript / TypeScript
Installation
Requirements
- Node.js 18+
- Zod 3.x
Quick example
Links
Python
Installation
Requirements
- Python 3.10+
- Pydantic 2.0+
Quick example
Links
Community SDKs
We welcome community contributions! If you’ve built an SDK for another language, let us know.Building your own SDK
The Parsefy API is a simple REST API. Key endpoints:| Method | Endpoint | Description |
|---|---|---|
POST | /v1/extract | Extract data from documents |
GET | /health | Health check |
SDK requirements
If you’re building an SDK, we recommend:- Authentication: Support
PARSEFY_API_KEYenvironment variable - File handling: Accept file paths, bytes, and file objects
- Type safety: Use native schema libraries (Zod, Pydantic, etc.)
- Error handling: Distinguish HTTP errors from extraction errors
- Retries: Implement exponential backoff for rate limits
Support
Need help with an SDK?- GitHub Issues — Report bugs or request features
- Email Support — Get help from our team
