{
"app_key": "app_key_test",
"input": [
"https://static.pdfai.cn/static/example/files/1.jpg",
"https://static.pdfai.cn/static/example/files/2.png"
],
"page_size": "A4"
}
curl --location --request POST 'https://pdf-api.pdfai.cn/v1/pdf/image_to_pdf' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "app_key_test",
"input": [
"https://static.pdfai.cn/static/example/files/1.jpg",
"https://static.pdfai.cn/static/example/files/2.png"
],
"page_size": "A4"
}'
{}