API Reference

Create a file mission

Create a file mission.

This action allows you to create a file mission that merges multiple PDF files into a single PDF file.

When uploading files via the upload_link provided in the response, ensure you upload files in their original format.

For example:

  • when using curl, use --data-binary [path/to/your/file]
  • when using Postman, select Body > binary section to upload the file

Once completed, you can use the returned file_mission_id to Create a task with the merged PDF file.

📑

Uploading Multiple Files

When uploading multiple files, please note the following points:

  • See Sign a Task and Upload Attachments for more details on how to upload files.
  • Each file should not exceed 10MB.
  • You can upload up to 10 files.
  • Only PDF format is accepted.
  • Encrypted PDF files are not accepted.
  • PDF files will be merged asynchronously.
  • If you want to check the upload status, you can use the Get a file mission action.

scope: files.general.write
available user plans: all

Language
Click Try It! to start a request and see the response here!