Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3000/api/v1/scale/measurements \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "<string>", "data": {} }
Ingest a scale measurement
Required capabilities: create_movement.
create_movement
JWT obtained from POST /api/v1/auth/login.
POST /api/v1/auth/login
The body is of type object.
object
Created
Was this page helpful?