Labguru · Example Payload
Labguru Api Examples
Electronic Lab NotebookELNLIMSLaboratory Information ManagementBiotechLife SciencesResearch Data ManagementInventory ManagementExperiment ManagementREST APIGraphQL
Labguru Api Examples is an example object payload from Labguru, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
examplessource
Example Payload
{
"examples": [
{
"name": "createSession",
"schema": "createSession",
"example": {
"login": "labuser@email.com",
"password": "string",
"account_id": 0
}
},
{
"name": "createAttachment",
"schema": "createAttachment",
"example": {
"token": "string",
"item[attachment]": "string",
"item[title]": "Project_report.pdf",
"item[attach_to_uuid]": "string",
"item[description]": "Detailed project report"
}
},
{
"name": "updateAttachment",
"schema": "updateAttachment",
"example": {
"token": "YOUR TOKEN IS HERE",
"item": {
"element_id": 0
}
}
},
{
"name": "createWorm",
"schema": "createWorm",
"example": {}
},
{
"name": "updateWorm",
"schema": "updateWorm",
"example": {}
},
{
"name": "createAntibody",
"schema": "createAntibody",
"example": {}
},
{
"name": "updateAntibody",
"schema": "updateAntibody",
"example": {}
},
{
"name": "updateExperiment",
"schema": "updateExperiment",
"example": {}
},
{
"name": "createPlasmid",
"schema": "createPlasmid",
"example": {}
},
{
"name": "updatePlasmid",
"schema": "updatePlasmid",
"example": {}
},
{
"name": "createSOP",
"schema": "createSOP",
"example": {}
},
{
"name": "updateSOP",
"schema": "updateSOP",
"example": {}
},
{
"name": "createComment",
"schema": "createComment",
"example": {
"token": "YOUR TOKEN IS HERE",
"item": {
"comment": "string",
"commentable_id": 0,
"commentable_type": "string"
}
}
},
{
"name": "createLink",
"schema": "createLink",
"example": {}
},
{
"name": "updateLink",
"schema": "updateLink",
"example": {}
},
{
"name": "createCompound",
"schema": "createCompound",
"example": {}
},
{
"name": "updateCompound",
"schema": "updateCompound",
"example": {}
},
{
"name": "createTask",
"schema": "createTask",
"example": {}
},
{
"name": "updateTask",
"schema": "updateTask",
"example": {}
},
{
"name": "createRodentCage",
"schema": "createRodentCage",
"example": {}
},
{
"name": "updateRodentCage",
"schema": "updateRodentCage",
"example": {}
},
{
"name": "createGene",
"schema": "createGene",
"example": {}
},
{
"name": "updateGene",
"schema": "updateGene",
"example": {}
},
{
"name": "createVirus",
"schema": "createVirus",
"example": {}
},
{
"name": "updateVirus",
"schema": "updateVirus",
"example": {}
},
{
"name": "createLipid",
"schema": "createLipid",
"example": {}
},
{
"name": "updateLipid",
"schema": "updateLipid",
"example": {}
},
{
"name": "createYeast",
"schema": "createYeast",
"example": {}
},
{
"name": "updateYeast",
"schema": "updateYeast",
"example": {}
},
{
"name": "createProject",
"schema": "createProject",
"example": {}
},
{
"name": "updateProject",
"schema": "updateProject",
"example": {}
},
{
"name": "createBacterium",
"schema": "createBacterium",
"example": {}
},
{
"name": "updateBacterium",
"schema": "updateBacterium",
"example": {}
}
],
"source": "generated from OpenAPI schemas"
}
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.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/labguru-api-examples"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.