API Reference
The thesis API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
You can use the thesis CLI in development mode, which doesn't affect your live data or interact with production services. The API key you use to authenticate the request determines whether the request targets development or production.
The thesis API differs for every account as we release new versions and tailor functionality. Log in to see docs with your API key and data.
Getting Started
Install the thesis CLI to start building. Check out our quickstart guide for a step-by-step walkthrough.