REST APILink
Welcome to the PlantDB REST API!
This interface provides programmatic access to plant scan datasets, images, point clouds, meshes, and related metadata. Use the API to list scans, retrieve files, and manage data directly from your applications.
- Quick start: Run
python fsdb_rest_api.py --testto launch a temporary server. - Core endpoints:
/scans,/scan/<id>,/image/...,/pointcloud/...,/mesh/.... - Management:
- Register users via
/register - Obtain JWT tokens via
/login - Create new scans via
/api/scan
- Register users via
Table of ContentsLink
- How to Run the REST API: for detailed usage instructions
- REST API Endpoints: for a full endpoint reference