Cloud Public APIs
API: Selector Cache Import
Import selector cache records into cloud for deterministic replay continuity.
Endpoint
POST /selector-cache/import
Request Shape
entries[]with namespace, site origin, method, description hash, path payload, timestamps.
{
"entries": [
{
"namespace": "product-scraper",
"siteOrigin": "https://example.com",
"method": "extract",
"descriptionHash": "...",
"path": {},
"createdAt": 1735776000000,
"updatedAt": 1735776000000
}
]
}
Response Shape
importedinsertedupdatedskipped
Covered Features
api:POST /selector-cache/import
