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_key
Keys work for server-side and trusted automation. For mobile createLink() and createLinkInstant(), 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.