{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block content %}
Your API Key: {{ user.api_key }}
Keep your API key secure. Anyone with this key can access your data.
You have not created any projects yet.
{% endif %}Use your API key to authenticate requests:
curl -H "Authorization: Bearer {{ user.api_key }}" https://api.visiofirm.com/v1/projects
GET /projects - List all projectsPOST /projects - Create new projectGET /projects/{id}/export - Export project annotations