Skip to content

The picture itself

GET
/api/images/{id}/blob
curl --request GET \
--url http://localhost:5173/api/images/example/blob \
--cookie authjs.session-token=<authjs.session-token>

Authenticated, like everything else: the file is not served from a public path.

id
required
string

The image bytes.

No such picture for this account.