Get Plan Usage
Billing & Usage
Get Plan Usage
Check your current plan, credit balances, and limits before submitting projects
GET
Get Plan Usage
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.
Overview
Get your studio’s current plan and credit usage. Use this to check remaining credits before submitting a project instead of parsing rejection errors — especially useful for agents and automated pipelines that batch work.Response
string
User-friendly plan label, e.g.
"Studio (Monthly)" or your AppSumo tier nameobject
Media credit pool (clipping, captions, reframing, transcription, audiograms, editor processing)
object
AI credit pool (dubbing, AI voiceovers, emoji highlighter). Same
{total, used, remaining} shape.integer
How many automation projects can process at once on your plan (Creator: 3, Studio: 10)
integer
How long completed projects are kept before they expire
integer
Unix timestamp when the usage counters reset (your next billing cycle)
Credit Costs
Credits are consumed per billed minute of video. The multipliers by project type:
See the Reap Credit System guide for details and examples.
If your plan was purchased through AppSumo,
remaining may temporarily overstate spendable credits during the first 31 days after purchase (a refund-window safeguard). If a submission is rejected despite showing remaining credits, contact support.Example Request
Example Response
Rate Limiting
This endpoint is subject to the standard rate limit of 10 requests per minute.Next Steps
- Low on media credits? Get a checkout link with Top Up Media Credits
- Changing plans? Get a billing portal link with Manage Subscription
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful response
User-friendly plan label, e.g. "Studio (Monthly)"
Example:
"Studio (Monthly)"
How many automation projects can process at once on this plan
How long completed projects are kept before expiry
Unix timestamp when the usage counters reset