A simple yet powerful system for managing samples, recording processing steps, and tracking observations in your laboratory workflow.
Create and track samples with unique IDs. Add names, descriptions, and organize your laboratory inventory.
Record every step in your sample processing workflow. Track who performed each step and when, with detailed parameters.
Keep detailed lab notes and observations for each sample. Never lose track of important findings or insights.
Integrate SampleTracker with your existing laboratory systems. Our REST API allows you to programmatically manage samples, record processing steps, and retrieve data.
POST /api/v1/samples
Content-Type: application/json
Authorization: Bearer <api-key>
{
"name": "Paint Batch A",
"description": "Red paint for testing"
}