Skip to content

Stream a brush stamp bitmap

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).

stampId
required
string format: uuid

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 completed
Example
{
"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