/
/CATMAID API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
analytics2
annotations7
api-token-auth1
apis1
client6
connector1
connectors9
favorite2
fork1
graph1
groups2
interpolatable-sections1
labels4
landmarks21
links6
neuron1
neurons5
nodes5
origins1
pointclouds6
points5
pointsets3
project-tokens4
projects2
samplers19
  • getGet a collection of available samplers.
  • postCreate a new sampler for a skeleton.
  • getGet a list of connectors that already have a state associated with them.
  • getGet a list of all available connectors states and their IDs.
  • getGet a list of all available interval states.
  • postSet state of sampler connector
  • getGet details on a particular interval.
  • postSet state of an interval.
  • getGet a list of all available domain types.
  • getGet details on a particular domain.
  • getGet a collection of available sampler domains intervals.
  • postCreate all intervals in a particular domain.
  • getGet a list of all available sampler states and their IDs.
  • getGet details on a particular sampler.
  • postSet fields of a particular sampler.
  • postDelete a sampler if permissions allow it.
  • getGet a collection of available sampler domains.
  • postCreate a new domain for a sampler.
  • postCreate a new domain for a sampler.
similarity8
skeleton4
skeletons40
stats6
transactions2
treenodes8
user-project-tokens1
volumes17
  • getGet details on a project.
  • postUpdate properties of a project.
  • deleteDelete a project.
samplers

Create a new sampler for a skeleton.

Create a new sampler for a skeleton.

posthttp://localhost:8000/{project_id}/samplers/add

Path parameters

project_idstring required

Response

Created

Changes