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 https://api.60db.ai/auth/me \ -H "Authorization: Bearer your-api-key"
const profile = await client.getProfile();
profile = client.get_profile()
{ "id": "user-123", "email": "user@example.com", "name": "John Doe", "company": "Acme Inc", "plan": "pro", "created_at": "2026-01-15T10:00:00Z" }
Get the authenticated user’s profile