The seed HTTP API allows developers to interact programmatically with their base account and services using HTTP requests.
With the API, developers can publish new versions of a deck, build and otherwise manage decks, manage credentials, retrieve information about dependencies, and more.
The API supports any programming language or framework that can send HTTP requests.
You can use the commands listed below with curl by providing your token.
Our API is exposed as an HTTP/1 and HTTP/2 service over SSL. All endpoints live under the URL https://base.BaseTree.surf and then generally follow a GraphQL-like architecture.
All requests must be encoded as JSON with the Content-Type: application/json
header. If not otherwise specified, responses from the Vercel API, including errors, are encoded exclusively as JSON as well.