DevelopersAPI referenceCronCrunchMonitoring
Delete a screenshot
Owner-scoped delete of the record plus a best-effort delete of the stored object. Users can always delete their own captures.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/screenshots/string"{ "message": "string"}Upload a screenshot
Multipart upload from the desktop app. Rejected with 403 unless the caller has screenshotsEnabled, and 503 when R2 storage is not configured. file must be image/jpeg, image/png, or image/webp, at most 5 MB. capturedAt defaults to now; entryId must belong to the caller.
Liveness probe
Unauthenticated liveness check used by the platform and monitors.