Get Current Quota
Account & Usage
Get Current Quota
Retrieve the current usage and limits for the four core quota types on your subscription
GET
Get Current Quota
Overview
Retrieve a real-time snapshot of the quotas associated with your Pictory subscription. The response shows how much of each quota you have used so far in the current billing term and how much is allowed by your plan. The endpoint reports the following four metrics:- Video minutes rendered through Pictory’s video generation pipeline
- Transcription minutes consumed by transcription jobs
- ElevenLabs VoiceOver minutes used for AI text-to-speech
- AI credits consumed by generative AI features such as AI avatars, text-to-image, and AI video generation
You need a valid API key to use this endpoint. Get your API key from the API Access page in your Pictory dashboard.
API Endpoint
Request Parameters
Headers
API key for authentication (starts with
pictai_)Response
Returns an object containing four usage entries. Every entry has the same shape:used reports the amount consumed in the current billing term and limit reports the maximum allowed by the plan.
Video minutes rendered in the current billing term.
Transcription minutes consumed in the current billing term.
ElevenLabs AI voice-over minutes consumed in the current billing term.
AI credits consumed in the current billing term. AI credits power generative features such as AI avatars, text-to-image, and AI video generation.
