Conventional brightfield, confocal, hyperspectral, and brightfield video imaging.
Process brightfield images.
POST /processing/microscopy/brightfield
Name | Type | Description | Required |
---|---|---|---|
manifest | string | GCS bucket path for GCS file path manifest | ✔️ |
Status: 200
{
"task_identifier": "EFTGHDFER"
}
curl -X POST https://api.rvrnc.io/processing/microscopy/brightfield \
--data '{
"manifest": "gs://user/manifest.csv"
}'
Process confocal images.
POST /processing/microscopy/confocal
Name | Type | Description | Required |
---|---|---|---|
manifest | string | GCS bucket path for GCS file path manifest | ✔️ |
Status: 200
{
"task_identifier": "EFTGHDFER"
}
curl -X POST https://api.rvrnc.io/processing/microscopy/confocal \
--data '{
"manifest": "gs://user/manifest.csv"
}'
Process hyperspectral images.
POST /processing/microscopy/hyperspectral
Name | Type | Description | Required |
---|---|---|---|
manifest | string | GCS bucket path for GCS file path manifest | ✔️ |
Status: 200
{
"task_identifier": "EFTGHDFER"
}
curl -X POST https://api.rvrnc.io/processing/microscopy/hyperspectral \
--data '{
"manifest": "gs://user/manifest.csv"
}'
Process brightfield image videos.
POST /processing/microscopy/brightfield_videos
Name | Type | Description | Required |
---|---|---|---|
manifest | string | GCS bucket path for GCS file path manifest | ✔️ |
Status: 200
{
"task_identifier": "EFTGHDFER"
}
curl -X POST https://api.rvrnc.io/processing/microscopy/brightfield_videos \
--data '{
"manifest": "gs://user/manifest.csv"
}'