TensorDock · Example Payload

Tensordock List Instances Example

GPUCloudMarketplaceComputeVirtual MachinesArtificial IntelligenceMachine-LearningBare MetalSpot InstancesContainers

Tensordock List Instances Example is an example object payload from TensorDock, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://dashboard.tensordock.com/api/v2/instances",
    "headers": {
      "Authorization": "Bearer YOUR_TOKEN",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "data": {
        "instances": [
          {
            "type": "virtualmachine",
            "id": "8c2f0e88-3b4a-4c2c-9d27-f5a1c2c2b7ab",
            "attributes": {
              "name": "training-node-01",
              "status": "running",
              "ipAddress": "203.0.113.42",
              "image": "ubuntu2404",
              "location_id": "loc-us-east-1",
              "rateHourly": 2.41,
              "resources": {
                "vcpu_count": 16,
                "ram_gb": 96,
                "storage_gb": 500,
                "gpus": [
                  {
                    "gpuV0Name": "h100-sxm5-80gb",
                    "count": 1
                  }
                ]
              }
            }
          },
          {
            "type": "virtualmachine",
            "id": "1ab9d44d-9a1d-4b4c-bd72-1a78cc1f4e02",
            "attributes": {
              "name": "transcoder-batch",
              "status": "stopped",
              "image": "ubuntu2204",
              "location_id": "loc-eu-west-2",
              "rateHourly": 0.05,
              "resources": {
                "vcpu_count": 8,
                "ram_gb": 16,
                "storage_gb": 200,
                "gpus": []
              }
            }
          }
        ]
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/tensordock-list-instances-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.