{
"app_key": "app_key_test",
"input": [
"https://static.pdfai.cn/static/example/files/a5_1.pdf",
"https://static.pdfai.cn/static/example/files/a5_2.pdf"
]
}
curl --location --request POST 'https://pdf-api.pdfai.cn/v1/pdf/a5_to_a4' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "app_key_test",
"input": [
"https://static.pdfai.cn/static/example/files/a5_1.pdf",
"https://static.pdfai.cn/static/example/files/a5_2.pdf"
]
}'
{}