cURL
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" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object