/
/CATMAID API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
analytics2
annotations6
api-token-auth1
apis1
client6
connector1
connectors8
fork1
graph1
groups1
interpolatable-sections1
labels4
landmarks21
neurons3
nodes5
origins1
pointclouds6
points5
pointsets3
projects2
samplers19
similarity8
skeleton3
skeletons37
stats5
transactions2
treenodes8
volumes13
  • getGet a collection of all available volumes.
  • postGet a collection of all available volumes.
  • postCreate a new volume
  • postRetrieve a mapping of volume IDs to entity (class instance) IDs.
  • postImport triangle mesh volumes from an uploaded files.
  • getTest environment only contains two skeletons - based on that, sql query
  • postTest environment only contains two skeletons - based on that, sql query
  • gethttp://localhost:8000/{project_id}/volumes/{volume_id}/
  • posthttp://localhost:8000/{project_id}/volumes/{volume_id}/
  • deletehttp://localhost:8000/{project_id}/volumes/{volume_id}/
  • getExport volume as a triangle mesh file.
  • getTest if a point intersects with the bounding box of a given volume.
  • getUpdate the meta data on all passed in volumes. This includes: area,
    volumes

    deletehttp://localhost:8000/{project_id}/volumes/{volume_id}/

    Path parameters

    project_idstring required
    volume_idstring required

    Response

    No Content

    Changes