Back to Integrations
Zapier logo

Zapier Integration

Connect Sirv AI Studio to 6,000+ apps and automate your image processing workflows.

Getting Started

1

Generate an API Key

Go to Account Settings and generate a new API key for Zapier.

2

Find Sirv AI Studio on Zapier

Search for "Sirv AI Studio" in the Zapier app directory or use our direct link.

3

Connect your account

Enter your API key when prompted. Your account will be connected automatically.

4

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_KEY

Keep your API key secure. You can regenerate it anytime from your account settings.

Available Actions

ActionEndpointCredits
Remove Background/remove-bg1-2
Replace Background/background-replace4
Upscale Image/upscale2-3
Generate Alt Text/alt-text1
Remove Object/object-removal3
Generate Image/generate2
Image to Image/image-to-image2-4
Product Lifestyle/product-lifestyle4
Virtual Try-On/virtual-try-on4
Depth Map/depth-map0 (free)
Image to 3D/image-to-3d80

For detailed endpoint documentation, see the API Reference.

Example Zaps

New file in Google DriveRemove background → Save to Dropbox

Automatically remove backgrounds from images uploaded to a specific folder

New WooCommerce productGenerate alt text → Update product

Create SEO-friendly descriptions for new product images

Webhook triggerUpscale image → Send via email

Process images on demand from your app

New Airtable recordProduct lifestyle shot → Update record

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"
}