Skip to main content

Pricing Overview

The Snippets AI API uses a simple, transparent pricing model:

API Pricing

$10 USD per 100,000 requests Pay only for what you use with no hidden fees

What Counts as a Request?

Each API call counts toward your usage quota. The cost varies by endpoint:
  • Single resource operations: 1 request (GET, POST, PUT, DELETE one item)
  • Batch operations: N requests (where N = number of items processed)
  • Paginated operations: 1 + N requests (1 for metadata + N for items returned)

Request Costs by Endpoint

Snippets

1 request
Fetch a single snippet
1 request
Create a new snippet
1 request
Update a snippet
1 request
Delete a snippet
N requests
Fetch multiple snippets - costs 1 request per accessible snippet
N requests
Create multiple snippets - costs 1 request per snippet created
N requests
Delete multiple snippets - costs 1 request per accessible snippet deleted

Variations

1 request
Fetch a single variation
1 request
Update a variation
N requests
Delete variation(s) - costs 1 request per variation deleted
N requests
Get version history - costs 1 request per history record returned

Folders

1 + N requests
Get folder with snippets - costs 1 request for folder + 1 per snippet returned
1 request
Create a folder
1 request
Update a folder
1 request
Delete a folder (contained snippets are orphaned)
M + N requests
Get multiple folders - costs M requests for folders + N for total snippets
N requests
Create multiple folders - costs 1 request per folder
N requests
Update multiple folders - costs 1 request per folder
N requests
Delete multiple folders - costs 1 request per folder

Tags

1 + N requests
Get tag with snippets - costs 1 request for tag + 1 per snippet returned
1 request
Create a tag
1 request
Update a tag
1 request
Delete a tag
N requests
Get multiple tags - costs 1 request per accessible tag
N requests
Create multiple tags - costs 1 request per tag
N requests
Update multiple tags - costs 1 request per tag
N requests
Delete multiple tags - costs 1 request per tag

Understanding Request Costs

Single Operations (1 Request)

Simple operations on single resources always cost 1 request:

Batch Operations (N Requests)

Batch operations cost N requests, where N is the number of items:

Paginated Operations (1 + N Requests)

Operations that return a resource plus a list of items:

Checking Your Usage

Every API response includes usage information:
For batch operations, you also get cost details:

Cost Optimization Strategies

While batch endpoints are convenient, they can be expensive. Optimize by:
Reduce API calls by caching frequently accessed data:
When fetching folders or tags with snippets, use appropriate pagination:
Version history can be expensive if not limited:
Don’t use batch endpoints if you only need a few items:

Billing Examples

Example 1: Small Project

Monthly Usage:
  • 5,000 snippet fetches
  • 200 snippet creates
  • 100 snippet updates
  • 1,000 folder fetches with 10 snippets each
Total Requests:
  • Snippets: 5,000 + 200 + 100 = 5,300
  • Folders: 1,000 × (1 + 10) = 11,000
  • Total: 16,300 requests
Cost: 10×(16,300/100,000)=10 × (16,300 / 100,000) = **1.63/month**

Example 2: Medium Integration

Monthly Usage:
  • 50,000 snippet fetches
  • 5,000 snippet creates
  • 10,000 snippet updates
  • 5,000 variation fetches
  • 2,000 folder operations
Total Requests:
  • Snippets: 50,000 + 5,000 + 10,000 = 65,000
  • Variations: 5,000
  • Folders: 2,000
  • Total: 72,000 requests
Cost: 10×(72,000/100,000)=10 × (72,000 / 100,000) = **7.20/month**

Example 3: High-Volume Application

Monthly Usage:
  • 500,000 snippet operations
  • 100,000 variation operations
  • 50,000 folder/tag operations
Total Requests: 650,000 Cost: 10×(650,000/100,000)=10 × (650,000 / 100,000) = **65/month**

Monitoring Usage

In Your Dashboard

Monitor your API usage in real-time:
  1. Navigate to SettingsAPI Usage
  2. View current billing period usage
  3. See breakdown by endpoint
  4. Track daily/weekly trends
  5. Set usage alerts

In API Responses

Track usage programmatically:

Billing Cycle

  • Billing Period: Monthly (from the 1st to the last day of each month)
  • Usage Reset: Quota resets on the 1st of each month
  • Payment: Automatic charge on the 1st for previous month’s usage
  • Minimum Charge: No minimum - pay only for what you use

Handling Insufficient Quota

When you run out of API requests, you’ll receive a 403 Forbidden error:
Options:
  1. Wait until the next billing cycle (auto-refill on the 1st)
  2. Purchase additional request packages
  3. Upgrade to a higher plan with larger included quota

Purchasing Additional Requests

Need more requests before your cycle resets?
1

Go to Settings

Navigate to AdminAPI Access
2

Purchase Add-on

Click Add
3

Select Package

Choose package size (100K, 500K, 1M requests)
4

Confirm

Complete payment - requests added immediately

Enterprise Pricing

For high-volume applications, we offer custom enterprise plans:

Custom Limits

Higher rate limits and request quotas

Priority Support

24/7 support with SLA guarantees

Contact Sales

Discuss enterprise pricing for your organization

FAQs

Yes, all authenticated requests count toward your quota, including those that return errors. However, if a request fails due to rate limiting (429), it does not count as an additional request.
Once you’ve used all your API requests for the billing period, you’ll receive 403 Forbidden errors until you purchase additional requests or your quota resets on the 1st of the next month.
No, unused requests do not roll over to the next billing period. We recommend monitoring your usage to right-size your plan.
Currently, all API usage is billed. However, new workspaces receive an initial credit to test the API. Contact sales for evaluation credits.

Need Help?

Contact Sales

Discuss custom pricing