POST
/
v1
/
files
/
store-file
curl --request POST \
  --url https://api.rendi.dev/v1/files/store-file \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "file_url": "https://storage.rendi.dev/sample/sample.avi"
}'
{
  "file_id": "123e4567-e89b-12d3-a456-426614174000"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json

Response

200
application/json

Successfully stored file

Minimal response model for endpoints that only need to return the id of a stored file.