Get a brush pack + stamp manifest
GET /brush-packs/{packId}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”Pack manifest
Imported or authored brush pack owned by the caller. Includes the full stamp manifest so the frontend has everything it needs in one request.
object
Original .abr filename, when imported.
One brush stamp in a pack. The bitmap itself is fetched via
/brush-packs/stamps/{id} — this schema is the metadata the
frontend renderer needs to know how to draw with it.
object
Stable per-stamp identifier.
Optional human-readable name (from the ABR descriptor).
Stamp bitmap width in source pixels.
Stamp bitmap height in source pixels.
Step between successive stamps as a fraction of the effective stamp diameter. GIMP / Photoshop convention: 0.1 = smooth (default), 1.0 = stamps just touch, >1 = sparse stippling.
When true, the stamp rotates to follow the stroke tangent.
0..1 random size perturbation per stamp.
0..360 degrees random angle perturbation.
Authentication required, missing, or invalid
object
Human-readable error summary
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
Human-readable error summary
Example
the request could not be completed