Media Masher
Masher Docs Guides
Components
MediaMasher

Browser
Inspector
Player
Timeline

Alerter
Clicked
Dialog
Exporter

Base
Handlers
API
Add
Apis
Decode
Delete
Download
Encode
Find
Insert
Mash
Media
Remove
Status
Transcode
Upload
Media
Audio
Image
Video

Color
Mash
Raw
Shape
Text

Audible
Visible
Mash
Clips
Tracks

Containers
Contents

Base
Drag and Drop
Plugins
Apis
Crypto
Data
Element
Env
Fetch
Id
Importers
Masher
Media
Signals
Store
Sync
System
Utilities
API
Array
Assertions
Base
Color
Constants
Errors
Eval
Express
Guards
Properties
Rect
String
SVG
Time
Types

Media

Retrieve a single media item endpoint.

type ApiMediaFunction = (args: ApiMediaRequest, opts?: JobOptions) => Promise<DataOrError<ApiMediaResponse>>
/**
 * A request for the row endpoint of an
 * Api.
 */
interface ApiMediaRequest 
extends WithId {
  id: string
  user?: string
}
interface ApiMediaResponse  {
  media: StoredMedia
}
Types
ApiMediaFunction
ApiMediaRequest
ApiMediaResponse
About | Motivation | Pricing