Accessing the API
The TerraKit API is available at:Authentication
All requests to the TerraKit API must include anauthorization header with your API key. If you are using the Client SDKs, you will set the API key when constructing a client, and then the SDK will send the header on your behalf with every request. If integrating directly with the API, you’ll need to send this header yourself.
All requests must also include a terrakit-version header with a date in YYYY-MM-DD format. The version defines the response contract.
Content Types
The TerraKit API accepts JSON in request bodies and returns JSON in response bodies. You will need to include thecontent-type: application/json header in your requests. Client SDKs handle this automatically.
Response Headers
All API responses include standard headers:request-id- Unique identifier for the request, useful for debugging and support

