šŸ”“ Stores Dysphagia measurement values for the given imageId.

This endpoint stores information about Dysphagia measurement option values for the given imageId. The measurement types, 'adhesiveness' and 'swallowing', can be passed individually or together via the request's body, but at least one must be included.

If the body is passed with an empty JSON, the previously stored measures will be deleted. A measure type can be provided empty or null to delete that specific type.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the image.

Body Params

Dysphagia measures from the intake. The keys of the body have to be one of the measurement type names ('adhesiveness' or 'swallowing'). And the keys of each measurement has to be the food_item_position of the image and the value has to be a number between 1 and 5.

If the body is passed with an empty JSON, the previously stored measures will be deleted. A measure type can be provided empty or null to delete that specific type.

adhesiveness
object

JSON where key value will be the food item position on the image and its value will be a number referring to the adhesiveness of the intake where 1 would be the lowest level and 5 the highest one.

"1": 4,

"2": 1,

"3": 4

swallowing
object

JSON where key value will be the food item position on the image and its value will be a number referring to the swallowing difficulty of the intake where 1 would be the easiest level and 5 the hardest one.

"1": 3,

"2": 3,

"3": 5

Responses
200

Token is valid. Dysphagia measures successfully stored!

If JSON is empty. Dysphagia measures successfully deleted!

400

Bad request.

401

Unauthorized, invalid token

403

You are not allowed to this method.

404

The specified URL was not found or couldn’t be retrieved

429

Too Many Requests. (limited per daily calls per user or overall calls per second)

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!