Get Presigned Url Endpoint

Get a presigned URL for S3 object access.

Note: Authentication is handled at the router level via auth_depends_middleware (API key).

get/api/v1/s3/get_presigned_url

Query parameters

bucket_namestring required
object_namestring required
expirationinteger required

Response

Successful Response

presigned_urlstring required
expirationinteger required
bucket_namestring required
object_namestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.