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
Example response
{
"status": "OK"
}