Lokascale API Tester

This site is still under development

Configuration

Note: No need to input any URL here, the base URL is already fixed.

Login

Note: Just click login.

Debug Console

[System] API Tester initialized successfully

Start Weighing

POST /api/weighing/initiate Initiate new weighing session
POST /api/iot/weight Send weight data (Use session_id from initiated batch)
POST /api/ml/identify-vegetable Upload image for vegetable identification (Use session_id from initiated batch)
POST /api/weighing/complete Complete weighing session (Use session_id from initiated batch)

Side Features

GET /api/iot/active-session Get active weighing session ID
GET /api/weighing/history Get user weighing session history
GET /api/weighing/{session_id} Get specific weighing session by session ID

Response

No response yet. Test an endpoint to see results here.