Pricing
Poix pricing plans and billing information
Both ‘Free’ and ‘Pay-as-you-go’ plans offers full access to the Poix API and YouTube data. If you just created a new account, you are automatically subscribed to the ‘Free’ plan. You can upgrade to the ‘Pay-as-you-go’ plan at any time by adding funds to your balance.
Free Plan
The ‘Free’ plan is a great way to get started with the Poix API. It includes $1 of free credit, so you can use this credit to make requests to the API and get YouTube data.
Pay-as-you-go Plan
The ‘Pay-as-you-go’ plan is a flexible option that allows you to pay only for the data you use. You can add funds to your balance at any time, and the cost of each request will be deducted from your balance.
Billing
You can view your billing information and transaction history in the Billing & Usage section of your dashboard. Here you can see your current balance, add funds, and view your transaction history.
Cost examples
Here are some examples of the cost of different types of requests:
- Base requests ($0.00003): The base cost of the request.
- Quotas ($0.00001): The cost of each quota used in the request.
- Files cost ($0.00005): The cost of each file used in the request.
- Total cost: The total cost of the request.
Requests
Path | Base requests | Quotas | Files cost | Total cost |
---|---|---|---|---|
POST /batch/videos | x1 | x1-x20 | - | $0.00004 - $0.00023 |
POST /batch/channels | x1 | x1-x20 | - | $0.00004 - $0.00023 |
GET /search | x1 | x100 | - | $0.00103 |
GET /channels | x1 | x1 | - | $0.00004 |
GET /videos | x1 | x1 | - | $0.00004 |
GET /playlistItems | x1 | x1 | - | $0.00004 |
GET /commentThreads | x1 | x1 | - | $0.00004 |
GET /commentReplies | x1 | x1 | - | $0.00004 |
GET /captions/{videoId} | x1 | - | x1 | $0.00008 |
GET /files/audio/{videoId} | x1 | - | x1 | $0.00008 |
GET /files/video/{videoId} | x1 | - | x1 | $0.00008 |
GET /files/captions/{videoId} | x1 | - | x1 | $0.00008 |
GET /files/thumbnails/{videoId} | x1 | - | - | $0.00003 |