cURL
curl --request POST \ --url https://depot.mesa.dev/api/v1/{org}/{repo}/lfs/objects/download \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "objects": [ { "oid": "<string>", "size": 4503599627370495 } ] } '
{ "objects": [ { "oid": "<string>", "size": 123, "exists": true, "upload_url": "<string>", "download_url": "<string>", "expires_in": 123, "error": { "code": "<string>", "message": "<string>" } } ] }
Request pre-signed URLs to download large files from LFS storage.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
1 - 100
Show child attributes
Download URLs generated