Trenz Open PlatformTrenz Open Platform
Trenz Home
Product
  • Trenz Home
  • Apply for API Key
Docs
  • Quick Start
  • API Reference
Resources
  • Billing
  • Error Codes
Contact
  • support@trenz.ai

© 2026 Trenz. All rights reserved. · One-stop API platform for social commerce

  • Overview
  • Trenz API
Quick StartBillingError Codes
Data
    ProductsSellersCreatorsCreativesVideosLivesAds
Content
    AI AnalysisAI CopywritingAI ImageAI VideoAvatarMaterial SearchTools
Social
    Account ManagementVideo PublishingVideo ManagementComment ManagementAnalyticsCreation ToolsTikTok Shop
Ads
    AccountsCampaignsLanding PagesLeads & Reports
Async TasksFile Upload
Trenz API

Billing

Trenz Open Platform uses a prepaid Credit model. Every API call is charged a fixed number of Credits; different endpoints have different prices.

Billing modes

ModeDescriptionApplicable endpoints
per_callCharged synchronously on each callData queries, social media ops, ads, synchronous AI endpoints
async_on_completePre-charged on successful submission; no refund on task failureAsynchronous AI jobs (image / video generation)

Charging rules

  • Charge before dispatch — Credits are deducted before calling the backend, preventing over-charging
  • Refund on failure — Credits are refunded automatically when the backend returns 5xx. For asynchronous image/video jobs: if submission itself fails no Credits are charged; if the job fails during processing no refund is issued
  • Insufficient balance — returns HTTP 402 INSUFFICIENT_BALANCE

Endpoint pricing

The exact Credit price and billing mode for each endpoint are documented on each endpoint's page in the API Reference. Listings and price adjustments are kept up to date.

Balance management

  • Top up — contact Trenz to recharge Credits; available for use immediately after activation
  • Check balance — every API response returns the current balance in usage.remaining_balance
  • Insufficient balance — returns HTTP 402 without calling the backend, incurring no charge
Last modified on May 7, 2026
Quick StartError Codes
On this page
  • Billing modes
  • Charging rules
  • Endpoint pricing
  • Balance management