# Endpoints & Authentication

## Endpoint

`POST`

```
http://api.webz.io/api/news/context

```

## Authentication

Use your Webz API token in one of these ways:

- Recommended: send `Authorization: Bearer YOUR_API_KEY`.
- Alternative: add `?token=YOUR_API_KEY` to the endpoint URL.

## Account requirements

Your account needs:

- A valid, verified [Webz API token](https://app.webz.io/playground/dashboard)
- The `api_news` permission, shared with the News API
- A positive credit balance
