{{ tokens }} tokens Logout

Account Information

Username: {{ user['username'] }}

Email: {{ user.get('email', 'Not provided') }}

Role: {{ user.get('role', 'user').title() }}

Member since: {{ user.get('created_at', 'Unknown')[:10] if user.get('created_at') else 'Unknown' }}

Application Settings

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

API Access

Generate API tokens to access VidAI programmatically.

Generate New Token