Skip to main content

Welcome to the TensorPool API

The TensorPool API provides programmatic access to TensorPool jobs and reousrces

Base URL

The tensorpool API lives at
https://engine.tensorpool.dev

Making Requests

All requests to the TensorPool API must be authenticated using a bearer token. Include your API token in the Authorization header:
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
  https://engine.tensorpool.dev/job/list

Rate Limits

API requests are subject to rate limiting to ensure fair usage.

Getting Help