Authenticated creative read-beta endpoint returning public design projections.
Documentation Index
Fetch the complete documentation index at: https://docs.tattoo.dev/llms.txt
Use this file to discover all available pages before exploring further.
GET /designs is an authenticated read-beta endpoint.
It returns public design projections only. Private, draft, and owner-only creative records are not included.
| Parameter | Type | Notes |
|---|---|---|
page | integer | Default 1 |
limit | integer | Default 20, max 100 |
artist_id | string | Filter by runtime artist id |
style_id | string | Filter by style id |
public | boolean | false returns no records on the public route |
tags | string | Comma-separated tag filter |
search | string | Title and description search |
min_price, max_price | number | Optional price filters when price exists |
POST, PUT, PATCH, and DELETE are explicitly blocked on this public route family.
Design mutation belongs in a future owner-scoped contract, not the public route.