Zapier Integration
Connect Sirv AI Studio to 6,000+ apps and automate your image processing workflows.
Getting Started
Generate an API Key
Go to Account Settings and generate a new API key for Zapier.
Find Sirv AI Studio on Zapier
Search for "Sirv AI Studio" in the Zapier app directory or use our direct link.
Connect your account
Enter your API key when prompted. Your account will be connected automatically.
Create your first Zap
Choose a trigger app, add a Sirv AI Studio action, and configure your workflow.
Authentication
Zapier uses API key authentication. Your key is passed in the Authorization header:
Authorization: Bearer sk_live_YOUR_API_KEYKeep your API key secure. You can regenerate it anytime from your account settings.
Available Actions
| Action | Endpoint | Credits |
|---|---|---|
| Remove Background | /remove-bg | 1-2 |
| Replace Background | /background-replace | 4 |
| Upscale Image | /upscale | 2-3 |
| Generate Alt Text | /alt-text | 1 |
| Remove Object | /object-removal | 3 |
| Generate Image | /generate | 2 |
| Image to Image | /image-to-image | 2-4 |
| Product Lifestyle | /product-lifestyle | 4 |
| Virtual Try-On | /virtual-try-on | 4 |
| Depth Map | /depth-map | 0 (free) |
| Image to 3D | /image-to-3d | 80 |
For detailed endpoint documentation, see the API Reference.
Example Zaps
Automatically remove backgrounds from images uploaded to a specific folder
Create SEO-friendly descriptions for new product images
Process images on demand from your app
Generate lifestyle shots for product catalog entries
Rate Limits
Requests per minute
60
Concurrent requests
10
Zapier automatically handles rate limiting and retries. For high-volume workflows, consider using webhooks with queuing.
Webhook Support
For advanced workflows, you can use Zapier webhooks to trigger processing from your own applications:
POST https://www.sirv.studio/api/zapier/remove-bg
Content-Type: application/json
Authorization: Bearer sk_live_YOUR_API_KEY
{
"image_url": "https://example.com/image.jpg",
"model": "birefnet"
}