v1
latestOpenAPI 3.1.02026-07-26132249.4 KBAPI
File Management
FFprobe and store a file
Submit a file to be analyzed with FFprobe and stored in Rendi's storage. You can use this endpoint both to get metadata about a file and to store it. If you delete the file, you will still have access to its metadata. Get the file's storage url and metadata using the GET /files/{file_id} endpoint. If you require other data extracted from FFprobe - message us at support@rendi.dev.
post/v1/files/store-file
Request body
Example request
{
"file_url": "https://storage.rendi.dev/sample/sample.avi"
}Response
Successfully submitted file for FFprobe and storage
Example response
{
"file_id": "987fcdeb-a89b-43d3-b456-789012345678"
}