Get an upload link for a tar file containing build layer files
cURL
curl --request GET \ --url https://api.e2b.app/templates/{templateID}/files/{hash} \ --header 'X-API-Key: <api-key>'
{ "present": true, "url": "<string>" }
Hash of the files
The upload link where to upload the tar file
Whether the file is already present in the cache
Url where the file should be uploaded to
Was this page helpful?