TensorDock · Example Payload

Tensordock Create Instance Example

GPUCloudMarketplaceComputeVirtual MachinesArtificial IntelligenceMachine-LearningBare MetalSpot InstancesContainers

Tensordock Create Instance 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": "POST",
    "url": "https://dashboard.tensordock.com/api/v2/instances",
    "headers": {
      "Authorization": "Bearer YOUR_TOKEN",
      "Content-Type": "application/json"
    },
    "body": {
      "data": {
        "type": "virtualmachine",
        "attributes": {
          "name": "llm-finetune-rtx4090",
          "type": "virtualmachine",
          "image": "ubuntu2404",
          "location_id": "loc-us-east-1",
          "useDedicatedIp": true,
          "ssh_key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAI...",
          "resources": {
            "vcpu_count": 8,
            "ram_gb": 32,
            "storage_gb": 250,
            "gpus": {
              "model": {
                "gpuV0Name": "rtx4090-24gb",
                "count": 2
              }
            }
          }
        }
      }
    }
  },
  "response": {
    "status": 201,
    "body": {
      "data": {
        "type": "virtualmachine",
        "id": "d2a7c8e2-50b5-4e64-9b21-1ed8e0d5b9af",
        "attributes": {
          "name": "llm-finetune-rtx4090",
          "status": "starting"
        }
      }
    }
  }
}

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-create-instance-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.