Export project measurements (CSV)
Download per-cell measurements for a whole project as a single CSV — every analyzed image in the project, one row per detected ROI.
Each image contributes its most recent completed segmentation; images that
have never been analyzed contribute no rows. Use the image_name and
segmentation_id columns to split the file back out per image. Returned as
a file attachment.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Measurement columns to include, repeated once per column. Omit for all columns. Valid columns: image_name, image_width, image_height, segmentation_id, segmentation_source, model_name, confluency, roi_index, roi_id, cell_type, tags, entity_type, area_px, perimeter_px, centroid_x, centroid_y, bbox_x, bbox_y, bbox_w, bbox_h.
Response
A CSV of per-cell measurements for every analyzed image in the project.
The response is of type file.