Skip to main content
GET
/
v1
/
billing
/
pricing
Get Pricing Configuration
curl --request GET \
  --url https://api.mixpeek.com/v1/billing/pricing \
  --header 'Authorization: Bearer <token>'
{
  "credit_rate_usd": 123,
  "extractors": [
    {
      "feature_extractor_name": "<string>",
      "description": "<string>",
      "costs": {
        "tier": 2,
        "tier_label": "<string>",
        "rates": [
          {
            "unit": "minute",
            "credits_per_unit": 2,
            "description": "<string>"
          }
        ]
      }
    }
  ],
  "tiers": [
    {
      "name": "<string>",
      "limits": {},
      "unlock_threshold": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

credit_rate_usd
number
required

USD cost per credit (e.g. 0.001 = $0.001/credit)

extractors
ExtractorPricing · object[]
required

All available extractors with their cost rates

tiers
TierConfig · object[]
required

Tier definitions with resource limits and unlock thresholds