Like a Design
Endpoint
POST /v2/personas/:persona_id/trainingsParameters
Parameter
Type
Description
Example Request
curl -X POST https://api.luw.ai/v2/personas/123/trainings \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d "image=https://example.com/interior-design.jpg" \
-d "extras=cozy living room"Response
{
"status": true,
"training_id": 789
}Last updated