Gallery Platform API
Reference

List a location's tags

Returns the tags currently applied to this location, ordered by name, each with its origin (manual or AI).

GET
/gallery/locations/{id}/tags

Returns the tags currently applied to this location, ordered by name, each with its origin (manual or AI).

Authorization

bearerAuth locations:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: locations:read

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "data": [    {      "id": "string",      "name": "string",      "color": "slate",      "facet": "medium",      "created_at": "string",      "updated_at": "string",      "origin": "manual"    }  ]}