Skip to main content

GET /api/documents/filters

Returns all source_name values currently in the Alchemist database. Call this before using the source_name filter in POST /api/insights/search or GET /api/documents — source name matching is case-insensitive partial match, and this endpoint shows exactly what names are available.

Authentication

X-API-Key: alch_YOUR_KEY

No parameters

This endpoint takes no query parameters.

Response 200

The list reflects what’s currently in the database and will grow as Alchemist ingests new sources.

Examples

Usage pattern