Skip to main content
GET
/
renders
/
limits
Get render quota
curl --request GET \
  --url https://api.cut.pro/api/v1/renders/limits \
  --header 'X-Api-Key: <api-key>'
{
  "usage": {
    "active_count": 123,
    "queued_count": 123,
    "total_pending": 123,
    "max_concurrent": 123
  },
  "plan": {
    "video_quality": "<string>",
    "watermark": true,
    "priority_processing": true,
    "max_concurrent_renders": 123,
    "render_expiry_hours": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://cut.pro/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json

Response for status 200

usage
object
required
plan
object
required
Last modified on May 27, 2026