Settings
Fine-grained export gate filters applied after the review/approval step. Only posts that pass all active filters are eligible for Curated export.
Export Settings
API Key Management
Generate an API key to authenticate requests to protected API endpoints. Each new key overwrites the previous one. Store your key securely — it cannot be retrieved later.
Status: Checking...
Use the API key in the
X-API-Key header for
API requests:
curl -H "X-API-Key: your-api-key" https://your-instance/api/v1/posts
Your API Key (Save it now!)
This is the only time your API key will be displayed. Store it securely in your application or password manager.
Don't Reblog — Users
Posts authored by accounts matching any pattern on this list are automatically excluded from all Curated exports, regardless of approval status.
- exact: @user@instance.social
- suffix: ends with, e.g. *.bsky.app to block all Bluesky users
- prefix: starts with, e.g. bot* to block bot accounts
- contains: substring match, e.g. spam
| Pattern | Type | Notes | Added | |
|---|---|---|---|---|
| {{ user.account_identifier }} | {{ user.pattern_type }} | {{ user.notes or '—' }} | {{ user.created_at.strftime('%Y-%m-%d') if user.created_at else '—' }} |
No users blocked yet.
{% endif %}Don't Reblog — Hashtags
Any post whose content contains one or more of the hashtags below is automatically excluded from export. The filter operates on post content — not on stream hashtags — so a post sourced from a monitored stream can still be blocked if its body carries a blocked tag.