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.
Updates the authenticated user’s profile fields (name, username, preferences).
cURL
curl -X PUT 'http://localhost:8080/v1/me/' \ -H 'Authorization: Bearer ek_live_xxxxx' \ -H 'Content-Type: application/json' \ -d '{ // request body fields, see schema }'
{ "success": true }
API key authentication. Pass Authorization: Bearer ek_live_xxxxx on every request.
Authorization: Bearer ek_live_xxxxx
2 - 32
^[a-zA-Z0-9_ -]+$
Default Response