{% extends "_base.html" %} {% load i18n %} {% block title %}API Key{% endblock %} {% block nav_apikey %}active{% endblock %} {% block content %}
The Labelbase API is used for submitting labels to your Labelbase as well as exporting and managing them.
The current version of the Labelbase API is known as v0 and is considered to be ready to build against it.
While we don’t expect our public endpoints to change, keep in mind that the API is still under development.
Your API key is:
{{ api_token }}
API Reference: /api-reference/
If you require any assistance or encounter any issues, please don't hesitate to reach out to us.
We're here to help and are more than happy to assist you with any questions or requests you may have.
Your feedback is important to us. :)
{% endblock %}