/
RX
rxfoodapp
/
InnerAnalytics MNT Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-24
Details
Filter operations
achievements
4
admin
27
advisor-chat
7
auditor feedback
3
bookmarks
10
careteam
5
cgm
18
chef-admin
3
clinic
10
clinic link
1
clinic_invitation
1
clinician
1
clinician link
6
clinician tip
4
clinician_guidance
5
cliniko-booking
9
daily consumption
1
data review
71
get
Get a list of all data reviewers
post
Create a new data reviewer
get
Get access status for the current requester.
get
Get currently logged in data reviewer. This is for restricted use case, use for only DR information.
get
Get details of data reviewer
delete
Delete the data reviewer
patch
Update the data reviewer details
post
Get a list of all meals queued for a data reviewer
post
Create a test queue meal
get
Get a list of all meals queued for a data reviewer
get
Get a list of all meals queued for a data reviewer
get
Get a list of all meals queued for a data reviewer
get
Get a list of all meals queued for a data reviewer given a list of queue ids
put
Update expert context and restart pre-labeling with trusted routing
post
Post correct meal items to a patient meal via the meal_photo_queue
post
Post correct meal items to a patient meal via the meal_photo_queue
get
Get a copy of the original photo submitted for an MPQ
get
Get a copy of the resized photo submitted for an MPQ
get
Get all QA logs available to the user
post
Post a QA comment
put
Update a meal log comment
get
Get a copy of the original photo submitted for an MPQ
get
Get a smart list of suggestions to use for labeling a meal
get
Get a list of similar meals previously logged by the patient
get
Get MPQs for QA
post
Returns the number of queues available for QA2 for the specified data reviewer.
get
Gets the current review session info for the data reviewer
post
Starts a review session for the specified data reviewer. If a session exists with the same params, it will be returned.
get
Gets the specified review session info for the data reviewer
post
Gets the next queue to be worked on in the specified session
post
Pauses the current review session.
post
Resumes the current review session.
get
Get a list of all data reviewer group members
put
Update the data reviewer group
delete
Delete the data reviewer group
get
Get a list of all meals queued for review for a specific data_reviewer
post
Post confidence score of labeled items
post
Get a list of all meals processed by a data reviewer
get
Retrieve previous meal item details for the patient for the current MPQ id
post
Post correct meal items to a patient meal via the meal_photo_queue
delete
Delete meal items association to MPQ deemed to have no viable meal items. Meal is deleted if no other meal items exists.
post
Post correct meal items to a patient meal via the meal_photo_queue
get
Get patient context.
get
Get a list of all meals processed by a data reviewer
get
Get a copy of the original photo submitted for an MPQ
get
Get data reviewer settings for the given group
patch
Update the data reviewer settings for the given group
delete
Delete the data reviewer from a group group
get
Get a list of all meals queued for review for a specific data_reviewer_group
get
Get a list of all meals queued for review for a specific data_reviewer_group
get
Get a copy of the audio submitted for an MPQ
get
Get a copy of the photo submitted for an MPQ
get
Get a copy of the resized photo submitted for an MPQ
put
Update the data reviewer group
get
Get a list of all data reviewer groups
post
Create a new data reviewer group
get
Get the food data, for a string of foods, from the server in the MPQ format
get
Get the food data, for a string of foods, from the server in the MPQ format
get
Export Langfuse observations (default 50 latest GENERATION observations)
get
Look up a meal photo queue ID from a meal ID
post
Browse meal gallery with filtering and pagination
post
Batch tag a list of meal photo queues
get
Get an individual meal photo queue item
post
Escalate a queue item to a higher review level
post
Generate a dump of the meal photo queue
get
Langfuse UI URL for a mpq
put
Update meal annotation text for a mpq
get
Gets the QOS details for a meal photo queue item, which includes all the queues which "overlap" with the meal photo queue item.
post
Add a tag to a meal photo queue
delete
Delete a tag from a meal photo queue
get
Get a list of all data reviewer groups assigned to the patient
data_management
23
database
2
diet restrictions
6
emotion
6
emotional_health
5
eval
1
exercise
7
food
83
goal
10
guided health
3
health_data
1
health_targets
11
hospital
32
image-detection
1
insights
2
internal
16
internal_user
1
meal
29
meal_push_questions
6
meal-plan
20
meal-suggestions
1
media
2
medication
5
metrics
11
mindfulness
5
mobile-proto
1
motivations
6
movano
3
nft-summary
1
nlp
6
notification-engine
1
nutrition
2
nutrition-plan
7
oauth
6
openai
3
partner
4
partner-admin
12
partner-oauth
13
patient
30
patient_report
26
patientAppData
5
patients onboarding
5
privacy
1
recipes
39
reporting
63
shopping
15
sleep
5
steps
1
streak
1
stress
5
subscription
16
substitution suggestion
1
supplement
4
support
1
support meal trace
1
support-help
2
system
1
tasks
1
telemetry
2
test
1
testing
6
translations
1
user
7
user-surveys
4
water
3
webhook
12
weekly_reports
4
weight
5
data review
Browse meal gallery with filtering and pagination
post
/meal_gallery
Request body
MealGalleryRequest
required
filter
MealGalleryFilter
required
limit
integer
nullable
required
offset
integer
nullable
required
Response
successful operation
MealGalleryItemResponse[]
required
clinic_id
integer
required
clinic_name
string
required
created_time
string
date-time
required
item_count
integer
required
langfuse_session_url
string
nullable
meal_annotation
string
nullable
meal_id
integer
required
meal_photo_url
string
nullable
required
mpq_id
integer
required
patient_id
integer
required
qa_status
'approved'
|
'rejected'
|
'escalated'
required
tags
string[]
required
Changes