Upload Video
neptime_upload_videoUpload a video file to Neptime.io by providing a local path or base64 data. Specify title, description, tags, and optional settings like privacy and thumbnail.
Instructions
Upload a video to Neptime.io through the live /videos/upload endpoint.
Provide either video_path for a local file available to the MCP server, or video_base64 plus video_filename. Videos can be mp4, mov, webm, mpeg, avi, or mkv. The default privacy is private (1) for safety.
Args:
title: Video title (required)
description: Video description (required)
tags: Comma-separated tags (required)
video_path OR video_base64: Video file source (required)
video_filename: Filename when using video_base64
thumbnail_path OR thumbnail_base64: Optional thumbnail
category_id: Optional category ID
privacy: 0=public, 1=private, 2=unlisted (default: 1)
age_restriction: 1=all ages, 2=18+ (default: 1)
is_short: true for short-form video (default: false)
Returns: Uploaded video object with video_id, URL, stream URL, thumbnail, approval status, and privacy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||