Coda API: Is there a working endpoint to copy a doc from a template?

API, Workflows, Integrations and all things built on Coda

Hi Coda team,

I’m trying to create a workflow where we programmatically export data (e.g. candidate profiles) from our platform into a new Coda doc.

Since it’s currently not possible to create tables or pages via API, the recommended workaround (as mentioned in the community and FAQ) is to copy a pre-configured template document and fill in the data.

However, I couldn’t find any documented /copy endpoint in the Coda API docs

Hi @Sergey_Trotsenko - Welcome to the Coda community.

There is no dedicated copy endpoint, but the createDoc endpoint has an optional parameter sourceDoc:

If specified, the new doc will be a copy of the source doc.