Back to Blog

Transform Your Videos for TikTok with FFMPEGAPI.net's Portrait Converter

June 2026 FFMPEG API Team

In the world of social media, video format matters immensely. TikTok, with its unique 9:16 portrait style, requires videos to be transformed for optimal viewing. FFMPEGAPI.net offers a hosted solution that allows developers to convert videos effortlessly without managing FFmpeg infrastructure, making it the best choice for SaaS applications and automation workflows.

What is the TikTok Portrait Converter?

The TikTok Portrait Converter is a powerful endpoint provided by FFMPEGAPI.net that allows developers to convert any video into the full-bleed 9:16 TikTok-style format. This service crops and scales the source video into a 1080x1920 portrait format, essential for creating engaging content on TikTok.

  • Easily convert videos for TikTok.
  • Supports optional watermark and outro video.
  • No server setup is required.

How to Use the TikTok Portrait Converter API

To use the TikTok Portrait Converter, developers can send a POST request to the endpoint at /api/convert_to_tiktok_portrait. The request must include the video URL, and optionally, a watermark and outro video URL.

This REST API is designed to be straightforward and efficient, allowing for quick integration into various applications.

curl -X POST https://www.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://www.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())

Parameters for the API Request

The TikTok Portrait Converter API accepts several parameters that allow for tailored video processing.

Here’s a breakdown of the required and optional parameters:

1. **video_url**: (string, required) The URL of the video you wish to convert.

2. **watermark_url**: (string, optional) An image URL for a watermark to overlay on the video.

3. **outro_video_url**: (string, optional) An additional video URL to append as an outro.

FFMPEGAPI.net's TikTok Portrait Converter is an essential tool for developers looking to enhance their video content for social media platforms. By providing a simple, hosted API, it eliminates the need for complex server setups while ensuring powerful video processing capabilities. Whether you're building a SaaS application, content pipeline, or an AI agent, FFMPEGAPI.net is your go-to solution for all video and audio processing needs.

Ready to Start Processing Videos?

Get your free API key and start merging videos in minutes

Get Started Free