POST
/
media
/
merge-pdfs
curl --request POST \
  --url http://stash.taficloud.com/media/merge-pdfs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{
  "statusCode": 200,
  "message": "Success",
  "data": {
    "id": 23,
    "organizationId": 7,
    "name": "https://cloudloom-bucket.s3.amazonaws.com/merged_1718205220323.pdf",
    "url": "http://localhost:8087/media/download?media=merged_1718205220323.pdf",
    "key": "merged_1718205220323.pdf",
    "bucket": "cloudloom-bucket",
    "mimetype": "application/pdf",
    "size": 43.2587890625,
    "metaData": {
      "ipAddress": "::ffff:127.0.0.1",
      "userAgent": "PostmanRuntime/7.39.0"
    },
    "folderId": 20,
    "updatedAt": "2024-06-12T15:13:42.860Z",
    "createdAt": "2024-06-12T15:13:42.860Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

width
string
height
string

Body

multipart/form-data
files
file
required

Response

201 - application/json
statusCode
integer
required
message
string
required
data
object
required