TensorDock · Example Payload

Tensordock List Hostnodes Example

GPUCloudMarketplaceComputeVirtual MachinesArtificial IntelligenceMachine-LearningBare MetalSpot InstancesContainers

Tensordock List Hostnodes 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://marketplace.tensordock.com/api/v0/client/deploy/hostnodes?api_key=YOUR_KEY&api_token=YOUR_TOKEN&minGPUCount=1"
  },
  "response": {
    "status": 200,
    "body": {
      "success": true,
      "hostnodes": {
        "a3f9b4c1-2d1f-4e9b-9a7c-1b2cd3ef4567": {
          "status": "online",
          "location": {
            "country": "US",
            "region": "Virginia",
            "city": "Ashburn"
          },
          "specs": {
            "cpu": { "amount": 64, "price": 0.014 },
            "gpu": {
              "rtx4090-24gb": { "amount": 4, "price": 0.32 }
            },
            "ram": { "amount": 256, "price": 0.0025 },
            "storage": { "amount": 4000, "price": 0.00015 },
            "networking": {
              "speed": "10Gbps",
              "ports": {
                "tcp": [22, 80, 443],
                "udp": []
              }
            }
          }
        }
      }
    }
  }
}

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-hostnodes-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.