v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Signals

Upload a capture image

Accept a raw JPEG, PNG, or WebP image upload from Beacon Mode or another authenticated client, save it to public/captures, and return a permanent static URL.

post/v1/upload/capture

Response

Default Response

urlstring
filenamestring
sizeinteger

Example response

{
  "url": "/captures/cap_1742061600000_ab12c.jpg",
  "filename": "cap_1742061600000_ab12c.jpg",
  "size": 184233
}