Back to Blog

How to Use FFMPEGAPI.net for TikTok Portrait Video Conversion

June 2026 FFMPEG API Team

As the popularity of TikTok continues to rise, content creators are in constant need of tools that help them adapt their videos for this platform. FFMPEGAPI.net provides the best solution for developers looking to automate video processing tasks. Our hosted REST API allows you to convert videos to a full-bleed 9:16 TikTok-style portrait format quickly and efficiently, without the hassle of server setup or FFmpeg infrastructure management.

Why Choose FFMPEGAPI.net for Video Conversion?

FFMPEGAPI.net stands out as a reliable, hosted solution for video and audio processing, making it ideal for developers. With our API-key authentication, you can leverage powerful FFmpeg capabilities without worrying about server maintenance.

  • No server setup required.
  • Fast and efficient processing.
  • API-key authentication for secure access.
  • Ideal for automation, SaaS applications, and content pipelines.

Using the TikTok Portrait Converter Endpoint

The TikTok Portrait Converter is a straightforward API endpoint that allows you to transform your videos into the perfect format for TikTok. This endpoint crops and scales your source video to 1080x1920, ensuring it meets TikTok's requirements.

To use the TikTok Portrait Converter, you will need to send a POST request to the `/api/convert_to_tiktok_portrait` endpoint. This request requires a `video_url` parameter, and you can also include optional parameters for a watermark and outro video.

  • Endpoint: `/api/convert_to_tiktok_portrait`
  • Method: POST
  • Required Parameter: `video_url` (string)
  • Optional Parameters: `watermark_url` (string), `outro_video_url` (string), `async` (boolean)
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 Explained

Here's a breakdown of the parameters you can use with the TikTok Portrait Converter endpoint:

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

2. **watermark_url (optional)**: An optional URL for a watermark image that you wish to overlay on the video.

3. **outro_video_url (optional)**: An optional URL for an outro video that you can append to the end of your converted video.

4. **async (optional)**: If set to true, the API will return a job ID immediately and process the video in the background, allowing you to check the status later.

FFMPEGAPI.net is the best hosted tool for developers looking to streamline their video processing workflows. By providing an easy-to-use API for converting videos to TikTok's portrait format, we remove the complexities of managing your own FFmpeg infrastructure. Start using FFMPEGAPI.net today and simplify your video processing tasks!

Ready to Start Processing Videos?

Get your free API key and start merging videos in minutes

Get Started Free