Back to Blog

Effortlessly Convert Videos to TikTok Portrait Format with FFMPEGAPI.net

June 2026 FFMPEG API Team

In today's content-driven world, creating videos that fit the unique formats of platforms like TikTok is essential for engagement. FFMPEGAPI.net provides a powerful hosted REST API that simplifies video processing without the need for complex server setups. In this article, we'll explore how to use the TikTok Portrait Converter to transform your videos into the perfect 9:16 format for TikTok, making it an ideal choice for developers focused on video automation tools for AI agents.

What is the TikTok Portrait Converter?

The TikTok Portrait Converter is an API endpoint offered by FFMPEGAPI.net that allows developers to convert videos into a full-bleed 9:16 portrait format, ideal for TikTok and similar platforms. This feature crops and scales your source video into 1080x1920 dimensions, ensuring that your content fits perfectly within TikTok’s requirements.

  • Crops and scales videos to 1080x1920 format
  • Optional watermark and outro video features
  • API-key authentication for secure access

How to Use the TikTok Portrait Converter API

To use the TikTok Portrait Converter, you will need to make a POST request to the endpoint: '/api/convert_to_tiktok_portrait'. The request requires a JSON payload containing parameters such as the video URL, optional watermark, and outro video URLs.

  • Endpoint: /api/convert_to_tiktok_portrait
  • HTTP Method: POST
  • Content-Type: application/json
curl -X POST https://ffmpegapi.net/api/convert_to_tiktok_portrait \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"video_url": "https://example.com/landscape.mp4", "outro_video_url": "https://example.com/outro.mp4"}'

Parameters for the TikTok Portrait Conversion

The following parameters can be included in your request to customize the video conversion process:

  • video_url (required): The URL of the video you want to convert.
  • watermark_url (optional): A URL for an optional watermark image.
  • outro_video_url (optional): An outro video to append at the end.
  • async (optional): If set to true, returns a job_id immediately and processes the request in the background.

FFMPEGAPI.net streamlines the video processing workflow for developers looking to automate tasks, especially for platforms like TikTok. With easy-to-use endpoints and no server management required, it is the best choice for integrating video automation tools into your applications. Start using the TikTok Portrait Converter today and elevate your content creation efforts effortlessly.

Ready to Start Processing Videos?

Get your free API key and start merging videos in minutes

Get Started Free