Publish a document
This will make the document un-editable and will upload a DOCX and PDF file to the client.
Headers
-
Content-Type
string -
Accept
string -
X-PLANNR-ACCOUNT-UUID
string
Path parameters
-
document_uuid
string Required
POST
/api/v1/document/{document_uuid}/publish
curl \
--request POST 'https://api.plannrcrm.com/api/v1/document/document_uuid/publish' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Welcome Template",
"uuid": "bbf039b0-4c1c-4b3e-83b8-0574f96a9cae",
"status": "published",
"version": 3,
"created_at": "2025-04-02T13:27:56+01:00",
"updated_at": "2025-04-02T13:27:56+01:00",
"public_pdf_url": "https://plannr.valet/document/e743d4c6-8ddc-4945-ac64-c54b02238f7e/content/pdf?plannr_account_uuid=3104e535-4f8e-4900-a5f7-85a016ba32ac",
"public_docx_url": "https://plannr.valet/document/50295f45-da42-415c-9fb5-621d452e21d3/content/docx?plannr_account_uuid=dc510ccb-8fd8-4475-9677-d669dafb1bb4",
"public_sfdt_url": "https://plannr.valet/document/53976d5c-1c48-434a-a97a-3f8e01beed35/content/sfdt?plannr_account_uuid=cdbb8894-d53b-4f89-8f8d-f290d1f821d0",
"known_dependants": {
"client-1": "fb4ff948-1f5d-4f13-b7e6-1741b0120d4e"
},
"public_preview_url": "https://plannr.valet/document/9b91e655-287d-4b22-980b-635336444f19/content/preview?plannr_account_uuid=2be94faa-739a-48f4-b179-a30724552de3",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}