Documentation Index
Fetch the complete documentation index at: https://docs.finseo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
All API requests require a valid API key in theAuthorization header.
Getting your API key
- Go to Settings > API in the Finseo dashboard
- Click Create API Key
- Choose a name, scopes, and optionally restrict to specific projects
- Copy the key immediately - it will only be shown once
Using your key
Scopes
API keys can have one or more scopes:| Scope | Description |
|---|---|
read | Read data (projects, prompts, metrics, competitors, sources) |
write | Modify data (create prompts, update tags, manage projects) |
export | Bulk export tracking data |
Project restrictions
Optionally restrict a key to specific projects. A key with no project restrictions can access all projects owned by your account.Key security
- Keys are hashed with SHA-256 before storage - we never store plaintext
- Rotate keys regularly and revoke compromised keys immediately
- Use test keys for development, live keys for production