Skip to main content
POST
/
templates
/
{templateID}
/
builds
/
{buildID}
Start build
curl --request POST \
  --url https://api.e2b.app/templates/{templateID}/builds/{buildID} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

templateID
string
required
buildID
string
required

Response

The build has started

Empty response