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

Trenz Open Platform

Trenz Open Platform

One-stop API platform
for social commerce

TikTok commerce data · AI content · social publishing · ads — four pillars, one API key.

Quick Start in 5 minutesApply for API Key
50M+
TikTok products
2M+
Creators indexed
~60s avg
Video generation
openapi.gateway.trenz.ai
$ curl -X GET "https://openapi.gateway.trenz.ai/open/v1/products/search?keyword=phone+case&country=us"
-H "Authorization: Bearer sk_live_xxx"
HTTP/1.1 200 OK
{
  "data": {
    "items": [
      {
        "id": ""1729846273",
        "title": "Silicone Phone Case",
        "price": 4.99,
        "sales": 52300
      }
    ],
    "total_count": 1580
  }
}

TikTok Commerce Data

Multi-dimensional search and detail lookup across products, shops, creators, videos, ads and live streams, with 30+ sort and filter options.

Product SearchCreator DiscoveryTrending VideosLive Data

AI Content Generation

End-to-end AI capabilities: video generation (Seedance 2.0 / Sora2 / Veo3 / Wan2.6), image generation, copywriting, video analysis, and speech-to-text.

Video GenImage GenCopywritingTranscription

Social Media Management

Multi-platform account management, content publishing, comment engagement, analytics, and scheduling — the full social ops workflow as APIs.

Multi-accountPublishingEngagementAnalytics

Ads & Marketing

TikTok ad account management, performance insights, landing-page management, and lead capture — from campaign launch to conversion.

Account OpsInsightsLanding PagesLead Capture
Quick Start

One curl call, see your first result

curl -X GET "https://openapi.gateway.trenz.ai/open/v1/products/search?keyword=phone%20case&country=us&page=1&page_size=5" \
  -H "Authorization: Bearer sk_live_xxxxxxxxxxxxxxxx"

Don't have an API key yet?Apply for trial →

Featured Endpoints

Start from these endpoints

GET/open/v1/products/searchSearch TikTok products by keyword, country, and sort by salesGET/open/v1/creators/searchDiscover TikTok commerce creators by category and countryPOST/open/v1/ai/sd-pro/video/generationSubmit text-to-video jobs (Seedance 2.0 / Sora2 / Veo3)POST/open/v1/social/accounts/listUnified management and listing of multi-platform social accounts

Connection details

ItemValue
Base URLhttps://openapi.gateway.trenz.ai
ProtocolHTTPS
AuthenticationAuthorization: Bearer sk_live_xxx or X-API-Key: sk_live_xxx
Payload formatJSON

Next steps

  • Quick Start — make your first call in 5 minutes
  • Billing — understand the Credit system and pricing rules
  • Error Codes — unified error format and handling tips
Last modified on May 7, 2026