Skip to main content
We provide official SDKs and integrations to make working with Poof as easy as possible.

Official SDKs

Integrations

REST API

Don’t see your language? The REST API is simple to use directly:
curl -X POST https://api.poof.bg/v1/remove \
  -H "x-api-key: YOUR_API_KEY" \
  -F "image_file=@photo.jpg" \
  -o result.png
Check the API Reference for full documentation.

Community SDKs

We welcome community contributions! If you’ve built an SDK for another language, let us know and we’ll list it here. Currently looking for:
  • Go
  • Ruby
  • PHP
  • Rust
  • Java / Kotlin

Contributing

All our SDKs are open source. Contributions are welcome: