Stream a brush stamp bitmap
GET /brush-packs/stamps/{stampId}
GET
/brush-packs/stamps/{stampId}
Returns the raw PNG bytes of one stamp. The frontend renderer fetches this URL on first use of the stamp + caches the decoded Image element in memory. Owner-scoped — stamps in another user’s pack 404 (no existence-leak).
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” stampId
required
string format: uuid
Responses
Section titled “ Responses ”Stamp PNG bytes
string format: binary
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Resource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completed