{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block content %}

Account Settings

API Key

Your API Key: {{ user.api_key }}

Keep your API key secure. Anyone with this key can access your data.

Your Projects

{% if projects %} {% else %}

You have not created any projects yet.

{% endif %}

API Documentation

Use your API key to authenticate requests:

curl -H "Authorization: Bearer {{ user.api_key }}" https://api.visiofirm.com/v1/projects

Available Endpoints

{% endblock %}