API Keys
Programmatic access to Flinku REST APIs using long-lived keys scoped to your project.
Create a key
- Open Project → Settings → API keys.
- Generate a new key. Copy it once—Flinku does not show the full secret again.
- Store it in a secret manager or environment variable; never commit keys to git.
Usage
bash
Authorization: Bearer flk_live_your_api_keyKeys work for server-side and trusted automation. For mobile createLink(), treat keys like passwords—prefer backend proxy when possible.
Rotation
Revoke compromised keys immediately and create replacements. Update CI/CD and server env vars in the same change window.