← Back to all apps

Overview

Tools Available6
DeveloperInvideo Inc
CategoryProductivity

Create videos of any length

Available Tools

invideo provides 6 tools that can be used to interact with its services.

Edit Video

edit-video
Full Description

Returns the invideo app link for editing a video. Use this when the user wants to edit, modify, or customize their video. The user should open the returned link to access the invideo editor.

Parameters

Required
video_urlstring

The video URL returned from video generation

Export Video

export-video
Full Description

Returns the invideo app link for exporting/downloading a video. Use this when the user wants to export, download, render, or save their video. The user should open the returned link to export from the invideo app.

Parameters

Required
video_urlstring

The video URL returned from video generation

Generate Video

generate-video
Full Description

Create a video from a text prompt or brief. Use this when the user wants to make a video with specific requirements for platforms and audiences.

Parameters

Required
briefstring

The video description or script - what the video should be about

Optional
audiencesarray

Target audience segments

descriptionstring

Optional video description (defaults to brief)

length_in_minutesnumber

Desired video length in minutes

platformsarray

Target platforms (e.g., YouTube, TikTok, Instagram)

settingsstring

Optional video settings as JSON string

titlestring

Optional video title (defaults to brief excerpt)

Generate Video from Brief

generate-video-from-brief
Full Description

Create a video from a text prompt or brief. Use this when the user wants to make a video with specific requirements for platforms and audiences.

Parameters

Required
briefstring

The video description or script - what the video should be about

Optional
audiencesarray

Target audience segments

descriptionstring

Optional video description (defaults to brief)

length_in_minutesnumber

Desired video length in minutes

platformsarray

Target platforms (e.g., YouTube, TikTok, Instagram)

settingsstring

Optional video settings as JSON string

titlestring

Optional video title (defaults to brief excerpt)

Get Auth Token

get_auth_token
Full Description

Internal tool to retrieve authentication token for a copilot session.

Video Operations

video-operations
Full Description

Returns the invideo app link for performing various video operations like share, rename, or any other video management tasks. The user should open the returned link to perform the operation in the invideo app.

Parameters

Required
operationstring

The type of operation to perform on the video

Options:sharerenameother
video_urlstring

The video URL returned from video generation