Skip to content

Freshness overview

The freshness layer is separate from scrape and research. It tracks whether a known source should be re-fetched.

Core routes:

  • POST /v1/freshness/sources
  • POST /v1/freshness/sources/bulk
  • POST /v1/freshness/sources/:id/fetched
  • GET /v1/freshness/entities/:entity_id
  • GET /v1/freshness/dashboard
  • GET /v1/freshness/due
  • DELETE /v1/freshness/sources/:id

Inspect one entity freshness state

```bash curl https://api.faircompany.ai/v1/freshness/entities/company_stripe \ -H "Authorization: Bearer fc_live_xxx" ```