We are trying to merge multiple images into single pdf document. And convertapi seemed the perfect solution for us. However when I tried a sample with using your api, it returns
{
"Code": 5999,
"Message": "The error mapping is missing."
}
And my request is in below, Can you point me to right direction please:
Url: https://v2.convertapi.com/pdf/to/merge?Secret=XXXXXXXXXXXXXXXX
Post Data:
{
"Parameters": [
{
"Name": "StoreFile",
"Value": "true"
},
{
"Name": "PdfVersion",
"Value": "1.7"
},
{
"Name": "Files",
"FileValues": [
{
"Url": "https://vignette.wikia.nocookie.net/gameofthrones/images/5/52/Viserion_brought_down.jpg"
},
{
"Url": "https://vignette.wikia.nocookie.net/gameofthrones/images/5/52/Viserion_brought_down.jpg"
},
{
"Url": "https://vignette.wikia.nocookie.net/gameofthrones/images/5/52/Viserion_brought_down.jpg"
}
]
}
]
}