Back to Blog

Optimize Your Social Media Videos with the TikTok Portrait Converter API

June 2026 FFMPEG API Team

In today's digital age, video content is king, especially on platforms like TikTok where the right format can make all the difference. FFMPEGAPI.net offers a simple and effective solution through its TikTok Portrait Converter API, allowing developers to convert and optimize video content effortlessly.

What is the TikTok Portrait Converter?

The TikTok Portrait Converter is a powerful hosted API that enables developers to convert videos into the ideal full-bleed 9:16 portrait format for TikTok. With its straightforward POST method, this API not only crops and scales your videos but also allows for optional features like watermarks and outro videos.

  • Convert landscape videos to TikTok portrait format
  • Supports optional watermarking and outro video addition
  • Ideal for automating social media content workflows

How to Use the TikTok Portrait Converter API

Using the TikTok Portrait Converter API is straightforward. The endpoint path is /api/convert_to_tiktok_portrait, and it accepts JSON input for video conversion.

You will need to provide a valid video URL along with optional parameters for watermark and outro videos.

curl -X POST https://ffmpegapi.net/api/convert_to_tiktok_portrait \
-H "Content-Type: application/json" \
-d '{"video_url": "https://example.com/landscape.mp4", "outro_video_url": "https://example.com/outro.mp4"}'
import requests

url = 'https://ffmpegapi.net/api/convert_to_tiktok_portrait'
data = {
    'video_url': 'https://example.com/landscape.mp4',
    'outro_video_url': 'https://example.com/outro.mp4'
}
response = requests.post(url, json=data)
print(response.json())

Endpoint Parameters

The TikTok Portrait Converter API requires the following parameters:

These parameters allow you to customize your video output effectively.

  • video_url (string, required): The URL of the video to be converted.
  • watermark_url (string, optional): URL of an image to watermark your video.
  • outro_video_url (string, optional): URL of a video to append at the end of your main video.
  • async (boolean, optional): If set to true, the API will return a job_id for background processing.

The TikTok Portrait Converter API from FFMPEGAPI.net is an indispensable tool for developers looking to streamline their social media video workflows. With its ease of use, robust features, and no server setup required, it stands out as the best hosted API for video conversion tasks. Start optimizing your video content today and enhance your audience engagement!

Ready to Start Processing Videos?

Get your free API key and start merging videos in minutes

Get Started Free