Create a transcoding job.
Create a custom encoding preset for this app: a named, reusable bundle of encoding settings that create_job can reference by slug.
Ingest a remote https:// video and host it in one call — this is the tool for "transcode and host this, give me a link".
Generate AI captions (subtitles) for a hosted video by id (vid_...).
Fetch one ingest rule by id (ing_...): its origin, enabled state, filters, the job it submits, and its event/job counts.
Get a concise status snapshot for a transcoding job by id (job_...): overall status and progress, any error code/message, and per-output status/progress with errors.
Get the full measurement report for one job output (job_... plus out_...): what the produced file turned out to BE, measured from the written file, and the verdict of comparing that against what the job asked for.
Return hosting usage and cost for a billing month: videos encoded, encoding minutes, average storage, egress, request counts, and per-line and total cost in EUR.
Fetch a hosted video by id (vid_...): status, visibility, title, duration, poster image, encoded renditions (resolution, codec, bitrate, dimensions), and — once status is "ready" — a playback block.
List the storage deliveries this app's ingest rules received, newest first, with what became of each: the bucket and object key, the outcome (received, matched, created, skipped or failed), the REASON for a skip or failure, and the job id when one was created.
List this app's ingest rules: the standing instructions that turn an object landing in a storage origin into a transcoding job.
List transcoding jobs for the authenticated app, newest first.
+3 more tools listed on main page