POST
/api/v1/document/{document_uuid}/publish
curl \
--request POST 'https://api.plannrcrm.com/api/v1/document/6ff8f7f6-1eb3-3525-be4a-3932c805afed/publish' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Welcome Template",
"uuid": "b7fe845c-a1a7-48e4-988d-e7b438e9faa0",
"status": "published",
"version": 3,
"created_at": "2025-09-17T15:46:52+01:00",
"updated_at": "2025-09-17T15:46:52+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document/7f0fa9b2-ddc9-4eda-a1d0-0f2814dbc1c6/content/pdf?plannr_account_uuid=8883867c-2db4-4e90-983e-f898306a868a",
"public_docx_url": "https://api.plannrcrm.com/document/b9ca55ba-1723-40e8-847c-ab6e9ee96490/content/docx?plannr_account_uuid=98dde1a6-7b35-47ae-a370-b7360ce3e8b9",
"public_sfdt_url": "https://api.plannrcrm.com/document/c4316026-3ff8-4cc2-942d-fc7538323dea/content/sfdt?plannr_account_uuid=d8d1e0b1-c00c-4d62-a56a-42265236a292",
"known_dependants": {
"client-1": "b688e158-a6ad-4a0c-8713-63a69fb74cf9"
},
"public_preview_url": "https://api.plannrcrm.com/document/c780d062-a31e-40a5-a987-8c75e5952378/content/preview?plannr_account_uuid=44092e0f-e229-4bfd-a008-dba6c57d2cb4",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}