{% extends "base.html" %} {% block title %}My API Keys – Resume Ranker API{% endblock %} {% block extra_head %} {# Link any specific CSS for this page here if separate from dashboard.css #} {% endblock %} {% block content %}

My API Keys

Manage your API key for integrating with ResumeRanker API.

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}

Your API Key

This is your unique API key. Keep it secure and do not share it publicly.

{% if user.api_key %}
{% else %}

No API key generated yet.

{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}