Is There a Coda API to Export Pages as PDF?

Hello everyone,

We are using coda to create a medical device History file.
As we are in a very regulated environment we need a way to track all our pages versions.

For the moment, the only way we’ve found to do that corretly is to :

  • Export the doc as a PDF
  • Add a watermark to it to see that the doc is obsolete
  • upload document in drive
  • upgrade the verion of the doc + do the modification in coda

I want to automatize this process, but haven’t found any way to export the doc as a pdf file other than from the UI.
Is there any API that allows to do an export ?

I’m talking about pages and not databases or view !

Thanks

1 Like

I’ve checked the API and saw these endpoints :

Which looks good, but unfortunately I cannot do a pdf export using the API !

Is there any workaroud ?

1 Like

Not what you are asking for, but this might be useful as a workaround:

2 Likes

Hi @Pablo_DV ,
Indeed I do know this button, but it will not be enough for me as I want to automate the archiving of our pages.

I will see if there is any way of using the HTML export to do what I want :wink:
Thanks