Skip to main content

Introduction

This is the documentation of the Tensor API which allows consumers to interact with the Tensor Cloud platform programatically.

Authentication

Tensor API supports token-based authentication. To authenticate, include your Workspace API key in the authorization header of your request. For example:

curl --request GET \
--url https://api.tensorenergy.jp/v1/assets \
--header "authorization: Bearer ${API_TOKEN}"

How to obtain an API key

Workspace admins are able to generate workspace-scoped API keys that grant access by navigating to Settings -> API in Tensor Cloud.

Rate limits

The Tensor API imposes a strict limit of 1,000 requests per hour for each workspace. If this limit is exceeded, the API will return a 429 Too Many Requests response. If your workspace needs a higher request limit, please reach out to Tensor support.