Authenticated creative read-beta endpoint returning public portfolio 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 /portfolios is an authenticated read-beta endpoint.
It returns the public projection of portfolio assets only. Records must be publish_state = published_public and must not contradict the rights posture.
| 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 |
featured | boolean | true or false |
tags | string | Comma-separated tag filter |
POST, PUT, PATCH, and DELETE are explicitly blocked on this public route family.
Use owner-scoped routes only for current owner reads. Owner writes remain gated until a governed owner mutation contract lands.