Skip to main content
POST
FFprobe and store a file
Async job: returns file_id immediately; poll get-file until status is STORED.Rendi already stores your FFmpeg output files (see storage_url in the response from run-ffmpeg-command). Use this endpoint to persist intermediate assets or pre-probe input files for FFprobe metadata.

Authorizations

X-API-KEY
string
header
required

Body

application/json
file_url
string
required

URL to the publicly accessible file. You can use public file urls, google drive, dropbox, rendi stored files, s3 stored files, etc. as long as they are publicly accessible.

Example:

"https://storage.rendi.dev/sample/sample.avi"

is_private
boolean
default:false

If true, the stored file is placed in private storage and can only be downloaded via a presigned URL (request one by passing presigned_ttl_seconds on the poll endpoint). Not available on trial plans.

Example:

false

Response

Successfully submitted file for FFprobe and storage

file_id
string
required

Unique identifier for the stored file

Example:

"987fcdeb-a89b-43d3-b456-789012345678"