palette_pdf
ActiveTool of Colour Memory
Generate a premium branded PDF specification sheet from a palette of archive entries. Returns a downloadable PDF with full-bleed colour panels, archive names, provenance notes, RAL nearest match, LRV, chroma, WCAG contrast data, and Colour Memory branding. Pass the entries array from query_hex or palette_from_concept directly. Use this to create client deliverables, specification sheets, and print assets.
Parameters schema
{
"type": "object",
"required": [
"entries"
],
"properties": {
"query": {
"type": "string",
"description": "Optional title for the palette e.g. Ottoman imperial luxury"
},
"source": {
"type": "string",
"default": "archive",
"description": "Optional source label e.g. brand, conceptual"
},
"entries": {
"type": "array",
"items": {
"type": "object"
},
"description": "Array of colour entries from query_hex or palette_concept. Each needs name, hex, archive_source, colour_notes, primary_source, zone."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries