cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#BOX_SAVE_FILE_FROM_OBJECT' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "BOX_SAVE_FILE_FROM_OBJECT", "parameters": { "file": "<string>", "fileName": "<string>", "folder": "<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
File : Accepts a File Object containing file data. Files must be smaller than 50MB in size. (example: "Choose a file")
File Name (example: "qwerty.png")
The File's Folder destination. Defaults to the user's root folder if left blank
Success
Was this page helpful?