31 pipeline tools
Step providers for /v1/pipelines/runs. Use step.type to select the right provider for each pipeline step.
Archive
2 toolsAudio
4 toolsConvert audio format
audio.transcodeRe-encode an audio file to a different format/bitrate.
6.25 cr / sec
Trim audio
audio.trimExtract a time range from an audio file.
6.25 cr / sec
Concatenate audio
audio.concatJoin multiple audio clips end-to-end.
6.25 cr / sec
Multi-op audio pipeline
audio.pipelineChain multiple audio operations in one step.
6.25 cr / sec
Code
2 toolsDocument
3 toolsExtract text from document
document.extract_textParse PDF/DOCX/HTML/etc. to markdown or JSON, with optional OCR.
1.25 cr / req
Convert document format
document.convert_formatConvert between markdown, html, docx, pdf, epub, latex.
0.625 cr / req
Render markdown slides
document.render_slidesConvert markdown to a slide deck (pdf, pptx, html).
0.625 cr / req
Image
9 toolsResize image
image.resizeResize image to target dimensions.
0.125 cr / req
Crop image
image.cropCrop image to a rectangle.
0.125 cr / req
Rotate image
image.rotateRotate image by angle (degrees).
0.125 cr / req
Convert image format
image.convert_formatConvert image to png / jpeg / webp.
0.125 cr / req
Composite (overlay) images
image.compositeOverlay one image on top of another.
0.125 cr / req
Add padding
image.add_paddingExtend canvas with padding.
0.125 cr / req
Flatten alpha
image.flattenRemove alpha channel; fill transparent areas with background colour.
0.125 cr / req
Add alpha channel
image.add_alpha_channelEnsure the image has an alpha (transparency) channel.
0.125 cr / req
Multi-op image pipeline
image.pipelineChain multiple image operations in one step.
0.125 cr / req
Video
10 toolsConvert video format
video.transcodeRe-encode a video to a different container/codec.
6.25 cr / sec
Trim video
video.trimExtract a time range from a video.
6.25 cr / sec
Concatenate videos
video.concatJoin multiple videos end-to-end.
6.25 cr / sec
Scale video dimensions
video.scaleResize video to target width/height (preserves aspect if one omitted).
6.25 cr / sec
Crop video frame
video.cropCrop video frame to a rectangle.
6.25 cr / sec
Overlay watermark
video.watermarkOverlay an image watermark onto the video.
6.25 cr / sec
Extract single frame
video.extract_framePull a single frame from the video as an image.
6.25 cr / sec
Extract audio track
video.extract_audioExtract audio track from a video file.
6.25 cr / sec
Multi-op video pipeline
video.pipelineChain multiple video operations in one step (up to 10).
6.25 cr / sec
Add audio to video
video.add_audioAttach an audio track to a video (replace the existing audio or mix with it).
6.25 cr / sec
