v1

latestOpenAPI 3.0.0MIT License2026-07-2271015.6 KB
Refresh

Refresh cached sources

Invalidates the cache for a specific source by responseId. This is useful when sources have expired or changed.

Behavior:

  • Immediately invalidates cache for the given responseId
  • Next request for the same content will perform a fresh scrape
  • Returns simple OK status on success
  • responseId format: UUID v4 (alphanumeric with hyphens/underscores, max 128 chars)
get/v1/refresh/{responseId}

Path parameters

responseIdstring required

Unique response ID (UUID v4 format, alphanumeric with hyphens/underscores, max 128 characters)

Response

Cache refreshed successfully

status'OK' required

Cache refresh status

Example response

{
  "status": "OK"
}