Benchling · Schema

Blob

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhook

Properties

Name Type Description
id string The universally unique identifier (UUID) for the blob.
mimeType string eg. application/jpeg
name string Name of the blob
type string One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob may be displayed as an image preview.
uploadStatus string
View JSON Schema on GitHub

JSON Schema

Blob.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/Blob.json",
  "title": "Blob",
  "properties": {
    "id": {
      "description": "The universally unique identifier (UUID) for the blob.",
      "example": "c33fe52d-fe6a-4c98-adcd-211bdf6778f7",
      "format": "uuid",
      "type": "string"
    },
    "mimeType": {
      "description": "eg. application/jpeg",
      "example": "text/csv",
      "maxLength": 100,
      "type": "string"
    },
    "name": {
      "description": "Name of the blob",
      "example": "MyInstrumentInputFile.csv",
      "maxLength": 1000,
      "type": "string"
    },
    "type": {
      "description": "One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob may be displayed as an image preview.\n",
      "enum": [
        "RAW_FILE",
        "VISUALIZATION"
      ],
      "type": "string"
    },
    "uploadStatus": {
      "enum": [
        "IN_PROGRESS",
        "COMPLETE",
        "ABORTED"
      ],
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/Blob"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.