cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#CODA_CREATE_DOCUMENT' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "CODA_CREATE_DOCUMENT", "parameters": { "title": "<string>", "sourceDoc": "<string>", "folderId": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Title : Title of the new doc. Defaults to "Untitled" (example: "Project Tracker")
Source Doc : An optional doc ID from which to create a copy (example: "iJKlm_noPq")
Folder ID : The ID of the folder within which to create this doc. Defaults to your My docs (example: "fl-ABcdEFgHJi")
Success
Was this page helpful?