Skip to main content
GET
/
templates
/
{templateID}
/
files
/
{hash}
cURL
curl --request GET \
  --url https://api.e2b.app/templates/{templateID}/files/{hash} \
  --header 'X-API-Key: <api-key>'
{
  "present": true,
  "url": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

templateID
string
required
hash
string
required

Hash of the files

Response

The upload link where to upload the tar file

present
boolean
required

Whether the file is already present in the cache

url
string

Url where the file should be uploaded to