Skip to Content

POST /api/v1/personas/me/reclassify

Queue a background job to reclassify the authenticated user’s persona based on current activity.

Authentication: Required

Sample Request

curl -X POST -H "Authorization: Bearer YOUR_TOKEN" \ "https://api.grails.app/api/v1/personas/me/reclassify"

Response

// 200 OK { "success": true, "data": { "jobId": "abc-123", "message": "Reclassification queued" }, "meta": { "timestamp": "2026-04-08T00:00:00.000Z" } }
Last updated on