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": "604716c5-bf60-4a17-9269-670ae8670e80",
"status": "published",
"version": 3,
"created_at": "2025-10-08T10:40:16+01:00",
"updated_at": "2025-10-08T10:40:16+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document/586f4c72-11f1-42e0-bcaf-54b7f6cd7901/content/pdf?plannr_account_uuid=cb1a46fc-71bd-4254-98c5-475a4352b8b0",
"public_docx_url": "https://api.plannrcrm.com/document/781168af-c78d-41fe-92fd-caef83b347df/content/docx?plannr_account_uuid=277a6813-628e-4287-96e3-91efadb984b3",
"public_sfdt_url": "https://api.plannrcrm.com/document/6cdd025a-a4c6-4028-8cec-88b7870f9c17/content/sfdt?plannr_account_uuid=bc076c3c-ce8b-475c-a8f3-a712e93b7063",
"known_dependants": {
"client-1": "abf93eb5-40f4-4bc2-b13a-ec0ef96dce5f"
},
"public_preview_url": "https://api.plannrcrm.com/document/81458536-8ed5-4eec-b06a-561d8d411d1c/content/preview?plannr_account_uuid=9042fca4-2c66-4355-920e-479fbb525f67",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}