Gallery Platform API
Reference

List a preset's authored prose

Returns the prose slots authored on this preset for one document kind, across every locale.

GET
/gallery/document-presets/{id}/content

Returns the prose slots authored on this preset for one document kind, across every locale.

Authorization

bearerAuth gallery:read
AuthorizationBearer <token>

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

In: header

Scope: gallery:read

Path Parameters

id*string

The document preset id.

Query Parameters

document_kind*string

Which document layout's slots to return.

Value in

  • "checklist"
  • "price_list"
  • "tearsheet"
  • "catalogue"
  • "wall_label"
  • "certificate_of_authenticity"
  • "fact_sheet"
  • "collector_preview"
  • "qr_label"
  • "press_release"
  • "invoice"
  • "consignor_statement"
  • "condition_report"
  • "consignment_report"
  • "insurance_schedule"
  • "legal_document"

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "data": [    {      "slot_id": "string",      "locale": "string",      "body": "string",      "updated_at": "string"    }  ]}