Skip to main content

Pricing and Plans

Public API access requires a paid plan with API entitlements enabled. Credits are deducted per operation; subscription plans include monthly credits and overage rates.

Subscribe or top up

  • Dedicated API plans: API pricing — Build, Scale, Enterprise subscriptions and PAYG credit top-ups.
  • SaaS plans with API access: Pricing — Starter, Pro, Agency, and SaaS PAYG.

If checkout is unavailable on your account, contact support@toksta.com for plan changes.

Dedicated API plans

Data-only integrations — workspace endpoints (/v1/campaigns, /v1/creator-lists) return 403.

PlanMonthly feeIncluded creditsOverage rateRate limit
API PAYG$0— (buy credits)$0.05 / credit20 req/min
API Build$291,000$0.025 / credit30 req/min
API Scale$995,000$0.018 / credit60 req/min
API Enterprise$29920,000$0.013 / credit150 req/min

API PAYG credits are non-expiring (purchased_credits). Top-ups use the same checkout flow as SaaS PAYG but at the dedicated rate ($0.05 per credit).

Build / Scale / Enterprise reset included credits each billing cycle. After included credits are exhausted, overage is charged at the plan rate.

SaaS plans with API access

SaaS subscribers can enable API access on eligible plans. Rate limits come from your entitlement (rate_limit_per_minute; default fallback 60 req/min).

CapabilityDedicated APISaaS with API access
Creator search, enrich, matchYesYes
Campaigns & creator lists via APINoYes, when workspace_endpoints_enabled
Credit sourcePlan allocation + dedicated overageMonthly SaaS allocation + SaaS PAYG ($0.10/credit)

Operation credit costs

Credits are charged per operation. Search-style routes pre-check balance; async jobs charge when accepted or completed per route policy.

OperationCreditsRoutes
Creator search1POST /v1/creators/search
Discovery search (per 100 profiles)1POST /v1/creators/discovery-search
Thought leaders (per creator analyzed)broad: 1, balanced: 2, strict: 3POST /v1/creators/thought-leaders (async; credits reserved from max_candidates_to_analyze, settled after completion)
Profile enrichment1POST /v1/creators/enrich
Content match — quick / standard / deep3 / 5 / 8POST /v1/creators/content-match (mode-dependent)
Audience match — quick / deep / comprehensive10 / 20 / 30POST /v1/creators/audience-match (mode-dependent)
Email finding8Enrichment workflows
YouTube video analysis2Video analysis jobs
Read-only / job status / usage0GET routes, result fetchers, GET /v1/account/usage

When credits are insufficient, the API returns 402 with error.code = INSUFFICIENT_CREDITS.

Billable responses may include X-Toksta-Credit-Cost with the credit cost for that operation.

Billing portal

Manage subscriptions, invoices, and payment methods from Account → Subscription → Billing portal. See Billing and Subscription Management.