> ## Documentation Index
> Fetch the complete documentation index at: https://docs.u301.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduce the U301 API

> Manage all U301 resources through API

## Welcome

We aim to allow you to manage all U301 resources through the API,
but it is still under development.
If you have any unmet API needs, please let us know.

<Card title="Contact Us" icon="comment" href="https://u301.com/page/contact">
  Contact Us
</Card>

## Authentication

All API endpoints are authenticated using Bearer tokens,
except for some specific endpoints that allow both authenticated and anonymous users to access them.

First of all, create your API key in dashborad: [https://u301.com/dashboard/settings/api-key](https://u301.com/dashboard/settings/api-key).
We recommend setting an appropriate expiration time for your API key to enhance account security.

Then you can use this api key as a bearer token, which added to `Authorization` header.
