# Authentication

> Part of the ChinaAPI documentation. HTML: https://dash.chinaapi.ai/docs/api/authentication/

All API requests use bearer token authentication. Create a token in the dashboard, then send it in the `Authorization` header.

**HTTP headers**

```
Authorization: Bearer $CHINAAPI_KEY
Content-Type: application/json
```
