Back to Blog

Transform Your Videos with the TikTok Portrait Converter API

June 2026 FFMPEG API Team

In the era of social media, creating content that fits platforms like TikTok is essential for engagement. The TikTok Portrait Converter API from FFMPEGAPI.net allows developers to seamlessly convert videos into a full-bleed 9:16 portrait format without the hassle of managing FFmpeg setups. This article walks you through the API's functionalities and practical usage.

What is the TikTok Portrait Converter API?

The TikTok Portrait Converter API is a powerful tool provided by FFMPEGAPI.net, designed to help developers convert videos into the popular TikTok aspect ratio of 9:16. This hosted REST API eliminates the need for local server setups and FFmpeg infrastructure management, simplifying the video processing workflow.

  • Crops and scales videos to 1080x1920 portrait format.
  • Supports optional watermark and outro video.
  • Designed for automation, SaaS applications, and content pipelines.

How to Use the API

Using the TikTok Portrait Converter API is straightforward. As a developer, you can make a POST request to the endpoint to convert your video. The API accepts a variety of parameters, allowing you to customize the output.

  • Endpoint: `/api/convert_to_tiktok_portrait`
  • Method: POST
  • Content-Type: application/json
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\n\nurl = 'https://ffmpegapi.net/api/convert_to_tiktok_portrait'\ndata = {\n    'video_url': 'https://example.com/landscape.mp4',\n    'outro_video_url': 'https://example.com/outro.mp4'\n}\n\nresponse = requests.post(url, json=data)\nprint(response.json())

Parameters of the API

The TikTok Portrait Converter API allows you to define several parameters for the conversion process. Here's a quick overview of the available parameters you can use:

  • **video_url**: (string, required) The URL of the video you want to convert.
  • **watermark_url**: (string, optional) An image URL for watermarking your video.
  • **outro_video_url**: (string, optional) A video URL to append as an outro.
  • **async**: (boolean, optional) If true, will return a job_id to process in the background.

In summary, FFMPEGAPI.net offers an exceptional solution for developers looking to convert their videos to TikTok's portrait format effortlessly. With its straightforward API, no server management, and customizable options, it's the best choice for anyone looking to enhance their video content for TikTok and other platforms. Explore the TikTok Portrait Converter today at FFMPEGAPI.net and take your video processing to the next level.

Ready to Start Processing Videos?

Get your free API key and start merging videos in minutes

Get Started Free