Training Endpoints
Manage training data for personas to enhance their knowledge and capabilities.
Create Training
Name
Type
Description
curl -X POST https://api.luw.ai/v2/personas/123/trainings \
-H "Authorization: Bearer LUW_API_TOKEN" \
-d "image=https://example.com/training.jpg" \
-d "slot=8" \
-d "info=Modern living room design"{
"status": true,
"training_id": 456
}List Trainings
Name
Type
Description
Get Training
Name
Type
Description
Update Training
Name
Type
Description
Delete Training
Name
Type
Description
Delete Training by Slot
Name
Type
Description
Last updated