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

Response Format

The API returns responses in JSON format. Successful responses will include the requested data, while error responses will include an error message and appropriate HTTP status code.

Rate Limits

API requests are subject to rate limiting to ensure fair usage. Rate limit information is included in response headers.

Getting Help

I