XFlux

Quickstart

Get from zero to your first API response in a few minutes.

1. Create an account

Register for a free account. No credit card required on the Free plan.

2. Generate an API key

Open Dashboard → API Keys → Create key. Keys are prefixed with xflux_.

3. Make your first request

curl -X GET "https://xfluxapi.com/api/v1/users/elonmusk" \
  -H "Authorization: Bearer xflux_YOUR_KEY"

4. (Optional) Add a monitor

In Dashboard → Monitors, add @username. Click Check now to run the first poll (baseline only). New tweets after that appear as hits.

Next steps