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.
curl -X PUT https://api.60db.ai/auth/profile \ -H "Authorization: Bearer your-api-key" \ -H "Content-Type: application/json" \ -d '{ "name": "Jane Doe", "company": "New Company Inc" }'
await client.updateProfile({ name: "Jane Doe", company: "New Company Inc", });
client.update_profile( name='Jane Doe', company='New Company Inc' )
{ "id": "user-123", "email": "user@example.com", "name": "Jane Doe", "company": "New Company Inc", "updated_at": "2026-01-29T11:35:00Z" }
Update the authenticated user’s profile