Auto-Generate Tiktok Posts

Design personalized tiktok posts with Orshot. Use API and Integrations for auto-generation

Trusted By Teams Worldwide

Join hundreds of companies to create your marketing visuals on auto-pilot

CreatorCore
Francis
Techademy
Brendi
Cotera
Elciudadano
Kortix AI
Render Studio
The Unknown Beast

How It Works

1

Choose Template

Pick from 5+ Tiktok templates

2

Customize Design

Add brand logos, colors, and personalized text

3

Connect & Automate

Link with your favorite tools or use our API

4

Generate Images

Create images automatically at scale

Tiktok Templates

Choose from 5 ready-to-use templates

Customize the Template

Use our intuitive editor to tailor the template to your needs

Personalize

Use brand logos, colors, and custom fonts

Parameterize

Set parameters for dynamic visuals

Create Carousels

Design multi-page variants effortlessly

Download

Save your designs in multiple formats

Tiktok template in Orshot Studio

Generate Tiktok posts via No-Code Integrations

Seamlessly integrate Orshot into your existing workflow with our no-code integrations and plugins

Rest API

Rest API

Spreadsheets

Spreadsheets

Generate Tiktok posts via Dynamic URLs

Use Dynamic URLs to generate dynamic tiktok posts on the fly - perfect for directly embedding

Basic Tiktok Image Generation

api.orshot.com/v1/studio/dynamic-url/tiktok.pdf?templateId=123&title=Your%20Tiktok%20Title&subtitle=Your%20Subtitle&sign=your_signature

Embed the URL directly in your blog posts, landing pages, or HTML

<img 
  src="https://api.orshot.com/v1/studio/dynamic-url/tiktok-dynamic.png?templateId=123&title=Dynamic%20Tiktok%20Content&date={{current_date}}&sign=your_signature" 
  alt="Tiktok Image"
/>

Generate Tiktok Images via Rest API

Multiple ways to generate tiktok posts at scale

fetch('https://api.orshot.com/v1/studio/render', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer <ORSHOT_API_KEY>'
  },
  body: JSON.stringify({
    templateId: 123, // Your template ID
    modifications: {
      title: 'Your Tiktok Title',
      subtitle: 'Your Tiktok Subtitle'
      title.fontSize: "48px",
      subtitle.fontFamily: "Playfair Display",
      // Add more tiktok modifications
    },
    response: {
      type: 'url', // or 'base64', 'binary'
      format: 'png', // or 'jpg', 'webp', 'gif', 'pdf'
    }
  })
});

Useful Links

Frequently Asked Questions

Common questions about generating tiktok posts with Orshot