Skip to content
On this page

Video Script


A video script API resource represents an encoding script used to produce a video.

For example, the 2009/Summer/Bakemonogatari-OP1.txt video script represents the encoding script of the Bakemonogatari-OP1.webm video.

Fields

NameTypeNullableDefaultDescription
idIntegerNoYesThe primary key of the resource
pathStringNoYesThe path of the file in storage
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified
deleted_atDateYesNoThe date that the resource was deleted
linkStringNoYesThe URL to download the file from storage

Allowed Include Paths

  • video

Endpoints

Video Script Destroy

The video script destroy endpoint soft deletes a video script and returns the deleted video script resource.

Video Script Force Delete

The video script force delete endpoint hard deletes a video script and returns a confirmation message.

Video Script Index

The video script index endpoint displays a listing of video script resources.

Video Script Restore

The video script restore endpoint restores a soft deleted video script and returns the restored video script resource.

Video Script Show

The video script show endpoint returns a video script resource.

Video Script Store

The video script store endpoint creates a new video script and returns the new video script resource.

Video Script Update

The video script update endpoint updates a video script and returns the updated video script resource.

Released under the MIT License.