Getting Started

Getting Your API Key

Sign up for Trunx and get your API key to start making calls.

Create a Trunx Account

  1. Go to trunx.io/signup and create your account.
  2. You'll be set up with a free Developer tier that includes 1,000 API calls per month.

Get Your API Key

After signing up, your API key will be generated automatically. You can find it in your dashboard under Settings > API Keys.

Your API key will look like this:

tk_live_abc123def456...

Keep your API key secure. Do not commit it to version control or share it publicly.

Make Your First Request

Test your API key with a simple health check:

curl -H "Authorization: Bearer tk_live_abc123..." \
  https://api.trunx.io/health

You should receive a 200 OK response confirming your key is valid.

Next Steps

On this page